Tweak Org activation key bindings

This commit is contained in:
Gerard Vermeulen 2024-03-16 15:01:21 +01:00
parent bc9e2ca4bf
commit 7aa6756fca
1 changed files with 2 additions and 3 deletions

View File

@ -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