summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-18 18:25:07 -0600
committerCase Duckworth2022-02-18 18:25:07 -0600
commitb05b4c8107eb4e13466b4cc7658bca2e98a77fbd (patch)
tree7dace65ff960d42f58c721fdc37399757a4ebb7c /init.el
parentAllow :require to take no arguments (diff)
downloademacs-b05b4c8107eb4e13466b4cc7658bca2e98a77fbd.tar.gz
emacs-b05b4c8107eb4e13466b4cc7658bca2e98a77fbd.zip
Add diff-hl
Not sure if I'm going to keep it
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
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'."
1269 "Ask for a word and search it in all dictionaries" t) 1269 "Ask for a word and search it in all dictionaries" t)
1270 (:hook #'reading-mode)) 1270 (:hook #'reading-mode))
1271 1271
1272(setup (:straight diff-hl)
1273 (global-diff-hl-mode +1))
1274
1272(setup (:straight dired-git-info) 1275(setup (:straight dired-git-info)
1273 (:bind-into dired 1276 (:bind-into dired
1274 ")" #'dired-git-info-mode)) 1277 ")" #'dired-git-info-mode))