diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-17 13:17:13 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-17 13:17:13 -0800 |
| commit | 5ec3c4796081e98a61b496014b6f61576a8e42df (patch) | |
| tree | c46faa4f8400e8d50e595279f2b8a61d49dacfaa /config | |
| parent | bc1d39b818806b0a9a889da3a3ff1569ee6708b5 (diff) | |
make diff hl global
Diffstat (limited to 'config')
| -rw-r--r-- | config/emacs/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/emacs/init.el b/config/emacs/init.el index 1726241..782e48c 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -735,8 +735,7 @@ With ARG, don't save the current layout." (prog-mode . hl-todo-mode)) (use-package diff-hl - :hook - (prog-mode . hl-todo-mode)) + (global-diff-hl-mode 1)) (use-package visible-mark ; make the mark visible :demand t |
