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