From 644879eda61f74495d8aaaf287546b41aa02b02a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 15 Sep 2026 01:06:41 -0700 Subject: emacs: Turn rainbow delimiters on for all programming modes --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 56b4971..1091549 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -834,7 +834,7 @@ Highlight diffs in the fringe. #+begin_src emacs-lisp (use-package rainbow-delimiters - :hook (php-mode emacs-lisp-mode)) + :hook (prog-mode)) #+end_src * Mixed Pitch Mode -- cgit v1.3-2-g0d8e