mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
magit: add ~/.emacs.d and drones to magit-repository-directories
This commit is contained in:
parent
4ebd6c7428
commit
2325e4b4a9
2
init.el
2
init.el
@ -153,6 +153,8 @@
|
||||
;; 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))
|
||||
;;
|
||||
;; Commit settings
|
||||
(setq magit-commit-extend-override-date nil)
|
||||
|
Loading…
x
Reference in New Issue
Block a user