[Assorted-commits] SF.net SVN: assorted: [628] configs/trunk/src/emacs/yang.el
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-16 21:53:15
|
Revision: 628 http://assorted.svn.sourceforge.net/assorted/?rev=628&view=rev Author: yangzhang Date: 2008-03-16 14:53:15 -0700 (Sun, 16 Mar 2008) Log Message: ----------- disabled a problematic hotkey Modified Paths: -------------- configs/trunk/src/emacs/yang.el Modified: configs/trunk/src/emacs/yang.el =================================================================== --- configs/trunk/src/emacs/yang.el 2008-03-15 21:33:36 UTC (rev 627) +++ configs/trunk/src/emacs/yang.el 2008-03-16 21:53:15 UTC (rev 628) @@ -364,7 +364,7 @@ ;; key bindings {{{ -(global-set-key "C-xj" 'compile) +;;(global-set-key "C-xj" 'compile) ;; TODO PROBLEM (global-set-key [f5] 'goto-line) (global-set-key "\C-ha" 'apropos) (global-set-key (kbd "C-c j") 'join-lines) @@ -655,4 +655,4 @@ ;; use pretty fonts (if (>= emacs-major-version 23) - (set-default-font "Bitstream Vera Sans Mono-10")) \ No newline at end of file + (set-default-font "Bitstream Vera Sans Mono-10")) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |