all repos — nixfiles @ 872acf50016451c8b3cf6fffcb85755e48f24dfc

System and user configuration, managed by nix and home-manager

Emacs: fix typo in org-mode bindings

Alan Pearce
commit

872acf50016451c8b3cf6fffcb85755e48f24dfc

parent

26e8fbe83f4aab919c5b863bd9b690e89b671476

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -552,7 +552,7 @@
(use-package org :bind (("C-c C-a" . org-agenda-list) ("C-c a" . org-agenda) - ("C-c l" . org-store-list) + ("C-c l" . org-store-link) ("C-c r" . org-remember) ("C-c b" . org-iswitchb)) :config (progn