From: PHO Date: Wed, 18 Jan 2012 08:24:03 +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=72fe5c0ddf1f39140d3c98d893edcb7868fc8ba1 Auto commit by The Sugar System. --- diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index bb2ed48..927424c 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -28,15 +28,18 @@ (global-font-lock-mode t) (auto-compression-mode t) +(which-function-mode t) (setq visible-bell t) (setq ring-bell-function (lambda ())) -(windmove-default-keybindings) (require 'server) (if (server-running-p) (message "Warning: server %S is already running." server-name) (server-start)) +;; windmove +(windmove-default-keybindings) + ;; Host specific configuration ------------------------------------------------ (let ((host (system-name))) (cond ((equal host "aria.cielonegro.org") @@ -497,6 +500,7 @@ '(newsticker-url-list-defaults (quote (("slashdot" "http://slashdot.org/index.rss" nil 3600)))) '(nxml-auto-insert-xml-declaration-flag t) '(nxml-slash-auto-complete-flag t) + '(org-replace-disputed-keys t) '(rcirc-server-alist (quote (("irc1.ymir.jp" :nick "PHO`cons" nil nil)))) '(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"))))