[colors] Remove duplicate function

Removes a function that already exists in packages.el
This commit is contained in:
Joe Balancio 2021-03-23 11:49:27 -07:00 committed by Sylvain Benner
parent bc51b6a5ea
commit 679040fbfa
1 changed files with 0 additions and 6 deletions

View File

@ -74,12 +74,6 @@ Press any other key to exit." component (eval var) component component)))
map) t)
(colors//change-color-mini-mode-doc component))
(defun colors/init-rainbow-mode ()
(use-package rainbow-mode
:commands rainbow-mode
:init (spacemacs/set-leader-keys "tCc" 'rainbow-mode)
:config (spacemacs|hide-lighter rainbow-mode)))
(defun colors/start-change-color-saturation ()
"Initiate the overlay map to change the saturation."
(interactive)