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