all repos — archive/dotfiles @ 872acf50016451c8b3cf6fffcb85755e48f24dfc

Superseded by nixfiles

Emacs: fix typo in org-mode bindings
Alan Pearce alan@alanpearce.co.uk
Wed, 15 May 2013 11:01:20 +0100
commit

872acf50016451c8b3cf6fffcb85755e48f24dfc

parent

26e8fbe83f4aab919c5b863bd9b690e89b671476

1 files changed, 1 insertions(+), 1 deletions(-)

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