Debug colorscheme.el
`colorscheme/prev` was calling `colorscheme/load`, which has been changed to `colorscheme/set`.
This commit is contained in:
parent
cab39b89af
commit
6ad100c5fa
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Cycle prev otherwise."
|
|||
(let ((theme (if forward?
|
||||
(cycle/next colorscheme/whitelist)
|
||||
(cycle/prev colorscheme/whitelist))))
|
||||
(colorscheme/load theme)
|
||||
(colorscheme/set theme)
|
||||
(message (s-concat "Active theme: " (symbol/to-string theme)))))
|
||||
|
||||
(defun colorscheme/next ()
|
||||
|
|
Loading…
Reference in a new issue