dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 683cadd535ce3cd2538d2d24aee7cd08adeb40b7
parent f07d45dcd31c6ad849d03c78a57f0bce86ba7d38
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed, 23 Aug 2017 14:35:07 +0300

Import face settings from init.el customization

Diffstat:
Mmyinit.org | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/myinit.org b/myinit.org @@ -38,8 +38,13 @@ #+BEGIN_SRC emacs-lisp (custom-set-faces - '(aw-leading-char-face - ((t (:inherit ace-jump-face-foreground :height 3.0)))) + '(default ((t (:inherit nil :stipple + nil :background "white" :foreground "black" :inverse-video + nil :box nil :strike-through nil :overline nil :underline + nil :slant normal :weight normal :height 200 :width + normal :foundry "PfEd" :family "Inconsolata" )))) + '(aw-leading-char-face ((t (:inherit + ace-jump-face-foreground :height 3.0)))) ) #+END_SRC