summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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