summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org5
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