Add diff-hl

Not sure if I'm going to keep it
This commit is contained in:
Case Duckworth 2022-02-18 18:25:07 -06:00
parent 0194e2ea2d
commit b05b4c8107
1 changed files with 3 additions and 0 deletions

View File

@ -1269,6 +1269,9 @@ See also `crux-reopen-as-root-mode'."
"Ask for a word and search it in all dictionaries" t)
(:hook #'reading-mode))
(setup (:straight diff-hl)
(global-diff-hl-mode +1))
(setup (:straight dired-git-info)
(:bind-into dired
")" #'dired-git-info-mode))