mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
magit: Don't enable global-magit-file-mode again
This mode is now enabled by default.
This commit is contained in:
parent
adbbbd7213
commit
e10fe6ba90
1
init.el
1
init.el
@ -162,7 +162,6 @@
|
||||
;;
|
||||
;; Global settings
|
||||
(add-hook 'after-save-hook 'magit-after-save-refresh-status t)
|
||||
(global-magit-file-mode)
|
||||
(add-to-list 'magit-repository-directories (cons "~/.emacs.d/" 0))
|
||||
(add-to-list 'magit-repository-directories (cons "~/.emacs.d/lib/" 1))
|
||||
(define-key magit-mode-map [remap previous-line] 'magit-previous-line)
|
||||
|
Loading…
x
Reference in New Issue
Block a user