aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 56b4971..0ae3ac9 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
@@ -1007,7 +1007,7 @@ The only way to edit lispy languages. This turns Emacs into a structural editor
#+begin_src emacs-lisp
(use-package paredit
- :hook (emacs-lisp-mode fennel-mode clojure-mode lisp-mode))
+ :hook (lisp-data-mode fennel-mode clojure-mode))
#+end_src
* Yasnippet