aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-09-15 01:06:41 -0700
committerGravatar Tom Willemse2026-09-15 01:06:41 -0700
commit644879eda61f74495d8aaaf287546b41aa02b02a (patch)
tree80c2e3c4284a1778f0701fa86c28a78e1315f22b
parent55d4b649f9cfd6b920766af0bc5914befb65f22b (diff)
downloadnew-dotfiles-644879eda61f74495d8aaaf287546b41aa02b02a.tar.gz
new-dotfiles-644879eda61f74495d8aaaf287546b41aa02b02a.zip
emacs: Turn rainbow delimiters on for all programming modes
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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