summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
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