diff options
author | Alan Pearce | 2013-05-15 11:01:20 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-15 11:01:20 +0100 |
commit | 872acf50016451c8b3cf6fffcb85755e48f24dfc (patch) | |
tree | 029484496c1c6fb41057571157dca75cfb8f0e78 /emacs | |
parent | 26e8fbe83f4aab919c5b863bd9b690e89b671476 (diff) | |
download | dotfiles-872acf50016451c8b3cf6fffcb85755e48f24dfc.tar.lz dotfiles-872acf50016451c8b3cf6fffcb85755e48f24dfc.tar.zst dotfiles-872acf50016451c8b3cf6fffcb85755e48f24dfc.zip |
Emacs: fix typo in org-mode bindings
Diffstat (limited to 'emacs')
-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 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 |