summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-08-24 16:44:57 +0800
committerJSDurand <mmemmew@gmail.com>2021-08-24 16:44:57 +0800
commitd88aaabf6d40349c3d20ffa96fbba603e1075b04 (patch)
tree5970f53db86559e676dadaa466446fcb43f1678d /init.el
parent99d3e48af3944fc749694c52989b924fc3f080f4 (diff)
* init.el ("rainbow-mode"): Useful for codes with colors
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