fix typo in my function name

This commit is contained in:
Łukasz Pankowski 2018-11-30 20:07:29 +01:00
parent a3f0138ece
commit c360ec61c8

View File

@ -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