diff options
author | David Robillard <d@drobilla.net> | 2021-01-06 17:34:57 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-06 17:34:57 +0100 |
commit | 10e6359442692b9d465eee1163168b292a5d369b (patch) | |
tree | 7cf5a7e2b5d81591d5e180f31ed3bcc109a5e0c3 /emacs | |
parent | dfc28a6a7448dff680fcc938f3c28f237abea2d8 (diff) | |
download | dotfiles-10e6359442692b9d465eee1163168b292a5d369b.tar.gz dotfiles-10e6359442692b9d465eee1163168b292a5d369b.tar.bz2 dotfiles-10e6359442692b9d465eee1163168b292a5d369b.zip |
Remove fonts that override theme
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index f496986..f56f0dd 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -307,10 +307,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:inherit nil :stipple nil :background "#141414" :foreground "#C3D1D1" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 180 :width normal :foundry "PfEd" :family "DejaVu Sans Mono")))) - '(font-lock-keyword-face ((t (:foreground "#839496" :weight normal)))) - '(font-lock-preprocessor-face ((t (:foreground "#586E75")))) - '(font-lock-string-face ((t (:foreground "#CB4B16"))))) + '(default ((t (:inherit nil :stipple nil :background "#141414" :foreground "#C3D1D1" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 180 :width normal :foundry "PfEd" :family "DejaVu Sans Mono"))))) ;;; Windows |