about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-09-15 21:52:07 -0500
committerCase Duckworth2020-09-15 21:52:07 -0500
commit8540c51df96a135c8fcf89bfd50fd5fdd719afb5 (patch)
treeab729216c6b2e65805e857958f23a06ff52aab19 /init.el
parentAdd ligature and unicode (diff)
downloademacs-8540c51df96a135c8fcf89bfd50fd5fdd719afb5.tar.gz
emacs-8540c51df96a135c8fcf89bfd50fd5fdd719afb5.zip
Add rainbow-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index 1440ab7..1a9bf29 100644 --- a/init.el +++ b/init.el
@@ -239,6 +239,11 @@
239 (require 'smartparens-config) 239 (require 'smartparens-config)
240 (smartparens-global-mode)) 240 (smartparens-global-mode))
241 241
242
243(use-package rainbow-mode
244 :hook
245 (prog-mode-hook . rainbow-mode))
246
242;;; writing 247;;; writing
243 248
244(use-package visual-fill-column 249(use-package visual-fill-column