diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/colorscheme.el')
-rw-r--r-- | emacs/.emacs.d/wpc/colorscheme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/colorscheme.el b/emacs/.emacs.d/wpc/colorscheme.el index 830fc5ac3e28..73916166961d 100644 --- a/emacs/.emacs.d/wpc/colorscheme.el +++ b/emacs/.emacs.d/wpc/colorscheme.el @@ -50,7 +50,7 @@ "Call `load-theme' with `THEME', ensuring that the line numbers are bright. There is no hook that I'm aware of to handle this more elegantly." (load-theme theme t) - (prelude/set-line-number-color "#da5468")) + (prelude-set-line-number-color "#da5468")) (defun colorscheme/whitelist-set (colorscheme) "Focus the COLORSCHEME in the `colorscheme/whitelist' cycle." |