summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-05-15 11:01:20 +0100
committerAlan Pearce2013-05-15 11:01:20 +0100
commit872acf50016451c8b3cf6fffcb85755e48f24dfc (patch)
tree029484496c1c6fb41057571157dca75cfb8f0e78 /emacs
parent26e8fbe83f4aab919c5b863bd9b690e89b671476 (diff)
downloaddotfiles-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.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