aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-20 23:54:10 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-20 23:54:10 -0400
commitde1cd5c6bcffb35f48d7f396b766e94cbc0a0aec (patch)
tree5c85438c8ad39bb9276fc76396b45082d2b3f680
parentShow fringe and add `diff-hl` (diff)
downloadmmosmacs-de1cd5c6bcffb35f48d7f396b766e94cbc0a0aec.tar.gz
mmosmacs-de1cd5c6bcffb35f48d7f396b766e94cbc0a0aec.tar.bz2
mmosmacs-de1cd5c6bcffb35f48d7f396b766e94cbc0a0aec.zip
Enable `global-diff-hl-mode`
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index bc64453..df12d7d 100644
--- a/init.el
+++ b/init.el
@@ -497,7 +497,9 @@
497 497
498(use-package diff-hl 498(use-package diff-hl
499 :straight t 499 :straight t
500 :config (diff-hl-flydiff-mode)) 500 :config
501 (global-diff-hl-mode)
502 (diff-hl-flydiff-mode))
501 503
502 504
503 505