fix ace window faces (now inits properly)

This commit is contained in:
petrucci4prez 2018-07-25 09:43:51 -04:00
parent b6879338f3
commit 3f2a4f3bb6
1 changed files with 5 additions and 5 deletions

View File

@ -148,11 +148,11 @@ No need for startup screen, tool/menu/scrollbars, or backups
:ensure t
:config
(setq aw-background t)
(set-face-attribute 'aw-leading-char-face nil
:foreground "#292b2e"
(custom-set-faces '(aw-leading-char-face
((t (:foreground "#292b2e"
:background "#bc6ec5"
:height 1.0
:box nil))
:box nil))))))
#+END_SRC
** avy
#+BEGIN_SRC emacs-lisp