summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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))