From b05b4c8107eb4e13466b4cc7658bca2e98a77fbd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 18 Feb 2022 18:25:07 -0600 Subject: Add diff-hl Not sure if I'm going to keep it --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 815a3d2..5c0c13a 100644 --- a/init.el +++ b/init.el @@ -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)) -- cgit 1.4.1-21-gabe81