From: PHO Date: Fri, 18 Nov 2011 01:56:09 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=95d6b5a02809e271c82a002b728ed785115167f6 Auto commit by The Sugar System. --- diff --git a/IGNORE b/IGNORE index 7b73c30..84ac2d2 100644 --- a/IGNORE +++ b/IGNORE @@ -29,6 +29,7 @@ .cups/lpoptions .cvspass .dbus* +.designer .dillo/cookiesrc .dmrc .dropbox @@ -60,6 +61,7 @@ .gitk .glimpse* .gmpc +.gnome-commander .gnome2* .gnucash .gnupg @@ -114,7 +116,9 @@ .snes* .ssh .subversion +.synfig .texmf-var +.themes/*.qtcurve .thumbnails .thunderbird .tome diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index a1d8165..a488ab2 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -344,6 +344,7 @@ ;; SKK (require 'skk-autoloads) +(require 'skk-study) (global-set-key "\C-x\C-j" 'skk-mode) (global-set-key "\C-xj" 'skk-auto-fill-mode) (global-set-key "\C-xt" 'skk-tutorial) diff --git a/dot-files/_hgrc b/dot-files/_hgrc index b4329b0..3c7576b 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -12,12 +12,13 @@ git = True [extensions] hgext.color= -hgext.mq= hgext.fetch= -hgext.hgshelve= hgext.graphlog= -hgext.record= +hgext.hgshelve= +hgext.mq= hgext.pager= +hgext.record= +hgext.transplant= [pager] attend = annotate, cat, diff, export, glog, qdiff