diff options
-rw-r--r-- | emacs-init.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 5ecd5b8..f29d265 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3627,6 +3627,11 @@ End sentences with single spaces. (put 'dired-find-alternate-file 'disabled nil) (put 'narrow-to-region 'disabled nil)) #+end_src +** Rainbow mode +#+begin_src emacs-lisp +(use-package rainbow-mode + :straight t) +#+end_src ** Parentheses #+begin_src emacs-lisp (use-package paren |