fix typo in my function name
This commit is contained in:
parent
a3f0138ece
commit
c360ec61c8
4
init.el
4
init.el
@ -954,7 +954,7 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
|
|||||||
|
|
||||||
;;; Easy switching between themes
|
;;; Easy switching between themes
|
||||||
|
|
||||||
(defun my-helm-theme-after ()
|
(defun my-helm-themes-after ()
|
||||||
(powerline-reset)
|
(powerline-reset)
|
||||||
(set-face-background 'scroll-bar (face-background 'fringe)))
|
(set-face-background 'scroll-bar (face-background 'fringe)))
|
||||||
|
|
||||||
@ -964,7 +964,7 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
|
|||||||
(("C-c T" . helm-themes))
|
(("C-c T" . helm-themes))
|
||||||
:config
|
:config
|
||||||
;; need to update powerline after changing theme
|
;; need to update powerline after changing theme
|
||||||
(advice-add 'helm-themes :after #'my-helm-theme-after))
|
(advice-add 'helm-themes :after #'my-helm-themes-after))
|
||||||
|
|
||||||
;;; My customization for some used themes
|
;;; My customization for some used themes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user