emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Unsetting "C-j" Keybinding Bound to org-return-indent


From: onguarde -
Subject: [Orgmode] Unsetting "C-j" Keybinding Bound to org-return-indent
Date: Thu, 16 Jul 2009 12:08:15 +0800

Peace all!

I have this in my .emacs to rebind keys.

(global-unset-key "\C-j") ; newline-and-indent/org-return-indent
(global-set-key (kbd "C-j") 'move-beginning-of-line)

;(global-unset-key (kbd "C-l")) ; recenter
(global-set-key (kbd "C-l") 'move-end-of-line)

The 2nd set works with or without the global-unset-key line but the first set simply refuses to work. M-x describe-key shows that C-j is bound to org-return-indent.  I thought this might be the problem.

Is there any way to unset this and rebind it globally?

Thanks in advance!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]