From: PHO Date: Wed, 25 Jan 2012 05:40:41 +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=c677719a0e51d2c9228dc7ebd09be1b5fb8bd84f Auto commit by The Sugar System. --- diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 927424c..992c039 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -505,7 +505,7 @@ '(riece-layout "default") '(riece-layout-alist (quote (("middle-right" riece-configure-windows right middle) ("middle-left" riece-configure-windows left middle) ("top-right" riece-configure-windows right top) ("top-left" riece-configure-windows left top) ("bottom-right" riece-configure-windows right bottom) ("bottom-left" riece-configure-windows left bottom) ("top" riece-configure-windows-top) ("spiral" riece-configure-windows-spiral) ("default" . "middle-right")))) '(riece-others-buffer-mode nil) - '(rng-schema-locating-files (quote ("schemas.xml" "/sw/share/schema/schemas.xml" "~/share/nxml/schemas.xml"))) + '(rng-schema-locating-files (quote ("schemas.xml" "~/share/nxml/schemas.xml" "/usr/pkg/share/emacs/site-lisp/nxml-mode/schema/schemas.xml"))) '(rst-level-face-base-light 50) '(safe-local-variable-values (quote ((todo-categories "Todo" "Todo" "Todo" "Todo")))) '(session-use-package t nil (session)) @@ -513,6 +513,8 @@ '(tramp-completion-reread-directory-timeout 2) '(tramp-default-host "localhost") '(tramp-default-method "sshx") + '(uniquify-buffer-name-style (quote forward) nil (uniquify)) + '(uniquify-trailing-separator-p t) '(w3m-bookmark-file-coding-system (quote utf-8)) '(w3m-coding-system (quote utf-8)) '(w3m-coding-system-priority-list (quote (utf-8))) @@ -526,7 +528,6 @@ '(w3m-output-coding-system (quote utf-8)) '(w3m-terminal-coding-system (quote utf-8)) '(w3m-use-cookies t) - '(windmove-wrap-around t) '(x-select-enable-clipboard t)) (custom-set-faces ;; custom-set-faces was added by Custom.