summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-16 16:28:58 +0300
committerThanos Apollo <[email protected]>2023-07-16 16:28:58 +0300
commitabca285011ca2f021e49df078266cf6603e3194b (patch)
tree3d03081204be3debb1aeb032eb7532a6f91195e0
parent2106dda3d25c17f34bca7cd7450431e79dceab44 (diff)
magit: Update keybindings
-rwxr-xr-xemacs.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 386c627..dfe6735 100755
--- a/emacs.org
+++ b/emacs.org
@@ -572,6 +572,9 @@ Fonts and basic appearance settings for each device
#+begin_src emacs-lisp
(require 'magit)
(setq magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
+ (define-prefix-command 'thanos/magit)
+ (global-set-key (kbd "C-c g") 'thanos/magit)
+ (define-key thanos/magit (kbd "c") 'magit-clone)
#+end_src
** Auto-insertions