about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-08-18 06:58:50 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-08-18 06:58:50 +0100
commit098c6411889b1310fa7b6820b77b9b9e5e180cd2 (patch)
treedb3b8e2927e0bf7dab2bd71ab6c8ae26f4969fca /.emacs.d
parent55315dc1010508d7cc8a7ab8af3ccc6fb7a7c15c (diff)
downloaddotfiles-098c6411889b1310fa7b6820b77b9b9e5e180cd2.tar.gz
Remove unnecessary lambda
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index 3e3b3cc..cb3d05b 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -111,7 +111,7 @@
 
 (use-package rainbow-delimiters
   :hook
-  ((text-mode prog-mode ielm-mode) . (lambda () (rainbow-delimiters-mode +1))))
+  ((text-mode prog-mode ielm-mode) . #'rainbow-delimiters-mode))
 
 (use-package rainbow-mode
   :diminish