about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-04 11:04:46 -0600
committerCase Duckworth2021-02-04 11:04:46 -0600
commit8d601e4c154723729645d29744bbe4c158e58ac4 (patch)
treedf2056e3619d786430f44a28afe6e383bf5a1418 /config.org
parentComment out fixed-pitch font (diff)
downloademacs-8d601e4c154723729645d29744bbe4c158e58ac4.tar.gz
emacs-8d601e4c154723729645d29744bbe4c158e58ac4.zip
Change Windows font height
With a wider fill-column, I need a smaller font to fit a half-monitor-width window.
Diffstat (limited to 'config.org')
-rw-r--r--config.org5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.org b/config.org index 845de14..016207b 100644 --- a/config.org +++ b/config.org
@@ -395,11 +395,8 @@ But on Windows, I use Consolas.
395#+begin_src emacs-lisp :noweb-ref windows-specific 395#+begin_src emacs-lisp :noweb-ref windows-specific
396 (set-face-attribute 'default nil 396 (set-face-attribute 'default nil
397 :family "Consolas" 397 :family "Consolas"
398 :height 110) 398 :height 100)
399 399
400 (set-face-attribute 'fixed-pitch nil
401 :family "Consolas"
402 :height 110)
403 ;; (set-face-attribute 'fixed-pitch nil 400 ;; (set-face-attribute 'fixed-pitch nil
404 ;; :family "Consolas" 401 ;; :family "Consolas"
405 ;; :height 100) 402 ;; :height 100)