diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-07 12:44:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-07 12:44:20 -0500 |
commit | a559c8e4e6ab158ed75c442970e121fc18d47c19 (patch) | |
tree | 8c8f22af3a2c4814f9ebbaf78a009d1d98c79ea0 /modules | |
parent | db581097bb7097cbfac8f28469e06c02da20e969 (diff) | |
download | emacs-personal-a559c8e4e6ab158ed75c442970e121fc18d47c19.tar.lz emacs-personal-a559c8e4e6ab158ed75c442970e121fc18d47c19.tar.xz emacs-personal-a559c8e4e6ab158ed75c442970e121fc18d47c19.zip |
Fix repo for rainbow
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init-rainbow.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init-rainbow.el b/modules/init-rainbow.el index fbad509..f2f978d 100644 --- a/modules/init-rainbow.el +++ b/modules/init-rainbow.el @@ -5,6 +5,7 @@ ;;; Code: ;; rainbow-mode (use-package rainbow-mode + :pin "GNU ELPA" :hook (css-mode . rainbow-mode) (sass-mode . rainbow-mode) |