Skip to content

Commit

Permalink
fix missing rainbow-delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiemars committed Dec 27, 2024
1 parent 9d834c0 commit 3bc9cf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/use-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
(when-feature% paredit
(use-paredit-init!))
;; `rainbow-delimiters': hilighting parentheses, brackets
(rainbow-delimiters-mode)))
(when-feature% rainbow-delimiters
(rainbow-delimiters-mode 1))))

(defun use-emacs-lisp-init! ()
"On \\=`elisp-mode\\=' initialization."
Expand Down

0 comments on commit 3bc9cf0

Please sign in to comment.