summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-17 13:16:21 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-17 13:16:21 -0800
commitbc1d39b818806b0a9a889da3a3ff1569ee6708b5 (patch)
treefd0ad6d2aa15ebc01308ec4e75bcb59af1b880ac /config
parentc4bd8838ac37e2914a9d34b55ac9a723b4c4cf95 (diff)
emacs diff highlight in the margins
Diffstat (limited to 'config')
-rw-r--r--config/emacs/init.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/config/emacs/init.el b/config/emacs/init.el
index 0eb8674..1726241 100644
--- a/config/emacs/init.el
+++ b/config/emacs/init.el
@@ -734,6 +734,10 @@ With ARG, don't save the current layout."
:hook
(prog-mode . hl-todo-mode))
+(use-package diff-hl
+ :hook
+ (prog-mode . hl-todo-mode))
+
(use-package visible-mark ; make the mark visible
:demand t
:custom-face
@@ -1139,7 +1143,13 @@ With ARG, don't save the current layout."
'(gdb-non-stop-setting nil)
'(helm-minibuffer-history-key "M-p")
'(menu-bar-mode nil)
- '(package-selected-packages nil)
+ '(package-selected-packages
+ '(avy balanced-windows bash-completion benchmark-init cape
+ clang-format corfu diff-hl diff-hl-mode eat embark esh-help
+ flycheck fold-this free-keys haskell-mode hl-todo ibuffer-vc
+ marginalia merlin minions ocp-indent opam-switch-mode
+ orderless pass pinentry pyvenv racket-mode rust-mode sdcv
+ tempel-collection tuareg vertico visible-mark winum))
'(pyim-assistant-scheme 'cangjie)
'(safe-local-variable-values '((LEXICAL-binding . t)))
'(scroll-bar-mode nil)