From f1b82eb8f4876f17657949c6ec1021634c02662d Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 11 Jul 2025 17:55:21 +0100 Subject: Add global org-capture keybinding --- emacs-config.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs-config.org') diff --git a/emacs-config.org b/emacs-config.org index 9fbc07e..fcd7a93 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1258,7 +1258,9 @@ Display modes. Org functions. #+begin_src elisp (keymap-set +global-keys-map "C-c a" #'org-agenda) + (keymap-set +global-keys-map "C-c c" #'org-capture) #+end_src + ** Diff-mode Rebind diff-mode's ~diff-goto-source~ keybinding (due to conflict with =M-o=). Add version control next action shortcut in diff-mode buffer. -- cgit