diff options
author | David Robillard <d@drobilla.net> | 2022-11-14 16:33:40 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-14 16:33:40 -0500 |
commit | 2328210c5b109c7d495a68bd8cac25f2d084b7fd (patch) | |
tree | 110e8ccedc8c1d317026fec0bef0c9c8d7957480 /emacs | |
parent | 11d7d6c2eb4fcb2a7c09069541ae2c37c8865cfb (diff) | |
download | dotfiles-2328210c5b109c7d495a68bd8cac25f2d084b7fd.tar.gz dotfiles-2328210c5b109c7d495a68bd8cac25f2d084b7fd.tar.bz2 dotfiles-2328210c5b109c7d495a68bd8cac25f2d084b7fd.zip |
Simplify font configuration
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 0a1fc2d..6da1cc1 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -323,7 +323,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"))))) + '(default ((t (:background "#141414" :foreground "#C3D1D1" :height 140 :family "DejaVu Sans Mono"))))) ;;; Windows |