all repos — archive/dotfiles @ 29ac7bbec9ecd6439cf50ef70f396d6d991286c1

Superseded by nixfiles

Emacs: Enable magit-file-mode globally
Alan Pearce alan@alanpearce.eu
Thu, 21 Dec 2017 21:15:21 +0100
commit

29ac7bbec9ecd6439cf50ef70f396d6d991286c1

parent

066e570ba54cffc29c6b5e48fb989145f3af65a0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -623,7 +623,7 @@ :commands (magit-status)   :config (progn (setq magit-completing-read-function #'ivy-completing-read
                        magit-popup-use-prefix-argument 'default
                        magit-display-buffer-function #'magit-display-buffer-fullcolumn-most-v1
-                       global-magit-file-mode nil)
+                       global-magit-file-mode t)
                  (add-to-list 'magit-no-confirm 'safe-with-wip))
   :init (add-hook 'magit-mode-hook #'magit-load-config-extensions))