diff options
author | fpi | 2020-06-20 19:04:45 +0200 |
---|---|---|
committer | fpi | 2020-06-21 13:06:28 +0200 |
commit | 3d3eaf1bda816022f0143c59f7e7be2246c648db (patch) | |
tree | d955e57a6b7b5933180f3029e3b0d6b74122d08a | |
parent | Merge branch 'straight' into emacs (diff) |
Add rainbow-mode
-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 |