Fix diff-hl load deferring infinitely
This commit is contained in:
parent
2cdbe0d00e
commit
b24dbce587
3
init.el
3
init.el
@ -948,8 +948,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
|||||||
"Highlights uncommited changes to version controlled files in the gutter"
|
"Highlights uncommited changes to version controlled files in the gutter"
|
||||||
:config
|
:config
|
||||||
(global-diff-hl-mode)
|
(global-diff-hl-mode)
|
||||||
:hook
|
(diff-hl-flydiff-mode))
|
||||||
(diff-hl-mode-hook . diff-hl-flydiff-mode))
|
|
||||||
|
|
||||||
;; ---------------------------------- ;;
|
;; ---------------------------------- ;;
|
||||||
;; fish-completion
|
;; fish-completion
|
||||||
|
Loading…
Reference in New Issue
Block a user