diff options
author | Thanos Apollo <[email protected]> | 2023-07-16 16:28:58 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-16 16:28:58 +0300 |
commit | abca285011ca2f021e49df078266cf6603e3194b (patch) | |
tree | 3d03081204be3debb1aeb032eb7532a6f91195e0 | |
parent | 2106dda3d25c17f34bca7cd7450431e79dceab44 (diff) |
magit: Update keybindings
-rwxr-xr-x | emacs.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |