summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 6c6d03c..089871b 100644
--- a/init.el
+++ b/init.el
@@ -158,6 +158,10 @@ no effect."
(add-to-list 'auto-mode-alist (cons "\\.fs$" #'glsl-mode))
(add-to-list 'auto-mode-alist (cons "\\.vs$" #'glsl-mode))
+;;;; rainbow-mode
+
+(use-package "rainbow-mode" 'rainbow-mode)
+
;;; bongo
;;;###autoload