aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 2518cb5..72f9df4 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -286,8 +286,7 @@
(add-hook h #'qsx-stripe-listify-buffer-hook)))
(use-package rainbow-delimiters
- :config
- (add-hook 'prog-mode-hook #'rainbow-delimiters-mode-enable))
+ :hook (prog-mode . rainbow-delimiters-mode-enable))
(show-paren-mode 1)