[Assorted-commits] SF.net SVN: assorted: [276] configs/trunk/src/emacs/yang.el
Brought to you by:
yangzhang
|
From: <yan...@us...> - 2008-01-30 05:49:12
|
Revision: 276
http://assorted.svn.sourceforge.net/assorted/?rev=276&view=rev
Author: yangzhang
Date: 2008-01-29 21:49:17 -0800 (Tue, 29 Jan 2008)
Log Message:
-----------
disabled custom key bindings for org-mode because they interfered with defaults that were actually important
Modified Paths:
--------------
configs/trunk/src/emacs/yang.el
Modified: configs/trunk/src/emacs/yang.el
===================================================================
--- configs/trunk/src/emacs/yang.el 2008-01-30 05:48:40 UTC (rev 275)
+++ configs/trunk/src/emacs/yang.el 2008-01-30 05:49:17 UTC (rev 276)
@@ -120,11 +120,11 @@
;; refill long lines
;; (add-hook 'org-mode-hook 'refill-mode)
-;; custom keys
-(add-hook 'org-mode-hook
- (lambda ()
- (define-key org-mode-map [(tab)] [M-right M-right])
- (define-key org-mode-map [S-iso-lefttab] [M-left M-left])))
+;; custom keys TODO
+;; (add-hook 'org-mode-hook
+;; (lambda ()
+;; (define-key org-mode-map [(tab)] [M-right M-right])
+;; (define-key org-mode-map [S-iso-lefttab] [M-left M-left])))
;; highlight-parentheses
(require 'highlight-parentheses)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|