fix ace window faces (now inits properly)
This commit is contained in:
parent
b6879338f3
commit
3f2a4f3bb6
6
conf.org
6
conf.org
|
@ -148,11 +148,11 @@ No need for startup screen, tool/menu/scrollbars, or backups
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(setq aw-background t)
|
(setq aw-background t)
|
||||||
(set-face-attribute 'aw-leading-char-face nil
|
(custom-set-faces '(aw-leading-char-face
|
||||||
:foreground "#292b2e"
|
((t (:foreground "#292b2e"
|
||||||
:background "#bc6ec5"
|
:background "#bc6ec5"
|
||||||
:height 1.0
|
:height 1.0
|
||||||
:box nil))
|
:box nil))))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** avy
|
** avy
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue