'(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))
'(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)))
'(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.