summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 82b7187..f7b8d47 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -651,7 +651,9 @@
 
 (req-package projectile
   :bind (("C-c C-f" . projectile-find-file)
-         ("s-x s-f" . projectile-find-file))
+         ("s-x s-f" . projectile-find-file)
+         ("C-x g" . projectile-vc)
+         ("s-G"   . projectile-vc))
   :init (projectile-global-mode)
   :diminish projectile-mode
   :config (progn
@@ -670,8 +672,6 @@
 (req-package magit
   :diminish magit-auto-revert-mode
   :commands (magit-status)
-  :bind (("C-x g" . magit-status)
-         ("s-G" . magit-status))
   :init (add-hook 'magit-mode-hook #'magit-load-config-extensions))
 
 ;;;; Spelling