From bc1d39b818806b0a9a889da3a3ff1569ee6708b5 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Tue, 17 Feb 2026 13:16:21 -0800 Subject: emacs diff highlight in the margins --- config/emacs/init.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'config/emacs') 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) -- cgit v1.2.3