From abca285011ca2f021e49df078266cf6603e3194b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 16 Jul 2023 16:28:58 +0300 Subject: magit: Update keybindings --- emacs.org | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3