From c7959dc87cff364e9e4eb3f6f67061de496253d8 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 31 Mar 2019 19:36:17 +0200 Subject: Emacs: Use magit --- dot.emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index dd12fbf..ee2a5cc 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -57,6 +57,10 @@ :config (projectile-mode 1) :bind-keymap ("C-c p" . projectile-command-map)) +(use-package magit + :bind ("C-x g" . #'magit-status) + :config (setq global-magit-file-mode t)) + (use-package ace-window :bind ("M-o" . ace-window)) -- cgit v1.2.3