diff options
author | Case Duckworth | 2022-02-18 18:25:07 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-18 18:25:07 -0600 |
commit | b05b4c8107eb4e13466b4cc7658bca2e98a77fbd (patch) | |
tree | 7dace65ff960d42f58c721fdc37399757a4ebb7c /init.el | |
parent | Allow :require to take no arguments (diff) | |
download | emacs-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.el | 3 |
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)) |