diff options
| author | JSDurand <mmemmew@gmail.com> | 2021-08-24 16:44:57 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2021-08-24 16:44:57 +0800 |
| commit | d88aaabf6d40349c3d20ffa96fbba603e1075b04 (patch) | |
| tree | 5970f53db86559e676dadaa466446fcb43f1678d | |
| parent | 99d3e48af3944fc749694c52989b924fc3f080f4 (diff) | |
* init.el ("rainbow-mode"): Useful for codes with colors
| -rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
