X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_emacs_el;h=992c03946d15e36c791fc1d726f5f37edeae2a4e;hb=c677719a0e51d2c9228dc7ebd09be1b5fb8bd84f;hp=927424c236e613fef9798b84616f585da4faa85a;hpb=72fe5c0ddf1f39140d3c98d893edcb7868fc8ba1;p=sugar.git 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.