From 872acf50016451c8b3cf6fffcb85755e48f24dfc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 15 May 2013 11:01:20 +0100 Subject: Emacs: fix typo in org-mode bindings --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 496e109..cc9f931 100644 --- a/emacs/init.el +++ b/emacs/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 -- cgit 1.4.1