diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 496e1099..cc9f9318 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 |