emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to re-bind C-,?


From: Jorge A. Alfaro-Murillo
Subject: Re: [O] How to re-bind C-,?
Date: Fri, 26 Sep 2014 13:17:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Grant Rettke writes:
My goal was to set a new keybinding for two keys like this: ╭──── │ (local-set-key (kbd "C-,") (lambda () (interactive) (insert " \\larr "))) │ (local-set-key (kbd "C-.") (lambda () (interactive) (insert " \\rarr "))) ╰──── The second works fine. The first does not; it stays bound to `org-cycle-agenda-files' instead.

For me `org-cycle-agenda-files' is bound to C-', not C-, maybe you have something that sets C-' to C-, globally?
Best,
--
Jorge.




reply via email to

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