summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 0ccb8e1..ae7505d 100644
--- a/init.el
+++ b/init.el
@@ -838,8 +838,8 @@
(use-package magit
:load-path "~/src/emacs/magit/lisp/"
:defer t
- :bind ("C-x g" . magit-status)
- :chords ("jg" . magit-status)
+ :bind ("C-x g" . km/magit-status)
+ :chords ("jg" . km/magit-status)
:init
(load "magit-autoloads.el" t)
(bind-keys :map km/git-map