Minor tweaks across the board
This commit is contained in:
parent
2f569eda51
commit
2214c3175e
7 changed files with 28 additions and 32 deletions
|
@ -12,7 +12,7 @@ It is passed a user and repository name.")
|
|||
:commands magit-file-delete
|
||||
:defer-incrementally (dash f s with-editor git-commit package eieio lv transient)
|
||||
:init
|
||||
(setq magit-auto-revert-mode nil) ; we already use `global-auto-revert-mode'
|
||||
(setq magit-auto-revert-mode nil) ; we do this ourselves
|
||||
;; Must be set early to prevent ~/.emacs.d/transient from being created
|
||||
(setq transient-levels-file (concat doom-etc-dir "transient/levels")
|
||||
transient-values-file (concat doom-etc-dir "transient/values")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue