summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org2
1 files changed, 2 insertions, 0 deletions
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.