emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Unsetting "C-j" Keybinding Bound to org-return-indent
@ 2009-07-16  4:08 onguarde -
  2009-07-16 21:29 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: onguarde - @ 2009-07-16  4:08 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 543 bytes --]

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!

[-- Attachment #1.2: Type: text/html, Size: 642 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-17  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-16  4:08 Unsetting "C-j" Keybinding Bound to org-return-indent onguarde -
2009-07-16 21:29 ` Bastien
     [not found]   ` <fb6e5c300907170107l57a2eba6vefa1c0ca0addfe91@mail.gmail.com>
2009-07-17  8:43     ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).