diff options
| author | 2026-07-30 16:46:25 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | fff546cfe81f19a93e59b6f52a1742c312d48b60 (patch) | |
| tree | c5e954815f235082b83c349f23c3710a5d5720a1 | |
| parent | 9de874d1885bcf2b841d1a3a2129d88789e75fdf (diff) | |
| download | new-dotfiles-fff546cfe81f19a93e59b6f52a1742c312d48b60.tar.gz new-dotfiles-fff546cfe81f19a93e59b6f52a1742c312d48b60.zip | |
emacs: Enable rainbow-delimiters for PHP and Emacs Lisp
| -rw-r--r-- | emacs/.emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 9c09234..49442ad 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -832,7 +832,8 @@ Highlight diffs in the fringe. * Rainbow Delimiters #+begin_src emacs-lisp - (use-package rainbow-delimiters) + (use-package rainbow-delimiters + :hook (php-mode emacs-lisp-mode)) #+end_src * Mixed Pitch Mode |
