From 7aa6756fcaa561a46a7fa5ff5a0e6ace17a221ba Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 16 Mar 2024 15:01:21 +0100 Subject: [PATCH] Tweak Org activation key bindings --- README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 2166bfe..0feea1a 100644 --- a/README.org +++ b/README.org @@ -2167,11 +2167,10 @@ of the [[info:org#Top][Org (info)]] manual. Here are links to Org-mode videos: #+name: lst:bind-org-commands #+begin_src emacs-lisp -n :results silent (with-eval-after-load 'emacs + ;; (global-set-key (kbd "C-c C-l") #'org-insert-link-global) (global-set-key (kbd "C-c a") #'org-agenda) (global-set-key (kbd "C-c c") #'org-capture) - (with-eval-after-load 'ol - (global-set-key (kbd "C-c l") #'org-store-link) - (global-set-key (kbd "C-c C-l") #'org-insert-link-global))) + (global-set-key (kbd "C-c l") #'org-store-link)) #+end_src *** Setup Org