aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-07 12:44:20 -0500
committerJesús <heckyel@hyperbola.info>2020-12-07 12:44:20 -0500
commita559c8e4e6ab158ed75c442970e121fc18d47c19 (patch)
tree8c8f22af3a2c4814f9ebbaf78a009d1d98c79ea0 /modules
parentdb581097bb7097cbfac8f28469e06c02da20e969 (diff)
downloademacs-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.el1
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)