[Assorted-commits] SF.net SVN: assorted: [761] configs/trunk/src/emacs/yang.el
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-09 05:17:54
|
Revision: 761 http://assorted.svn.sourceforge.net/assorted/?rev=761&view=rev Author: yangzhang Date: 2008-05-08 22:18:00 -0700 (Thu, 08 May 2008) Log Message: ----------- added note on global-auto-revert-mode Modified Paths: -------------- configs/trunk/src/emacs/yang.el Modified: configs/trunk/src/emacs/yang.el =================================================================== --- configs/trunk/src/emacs/yang.el 2008-05-09 05:16:50 UTC (rev 760) +++ configs/trunk/src/emacs/yang.el 2008-05-09 05:18:00 UTC (rev 761) @@ -485,6 +485,10 @@ ;; highlight current line (global-hl-line-mode t) +;; automatically detect when buffers have changed; disabled for now because what +;; I really want is not a silent revert but a prompt, as in vim +;; (global-auto-revert-mode t) + ;; set default haskell interpreter ;; TODO check this (setq haskell-program-name "ghci -fglasgow-exts") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |