Add "DejaVu Sans Mono Book" to font load list

This commit is contained in:
Case Duckworth 2021-08-25 18:05:40 -05:00
parent 4a4a0d3844
commit dbb8a3936b
1 changed files with 5 additions and 3 deletions

View File

@ -81,9 +81,11 @@ say, `tool-bar-mode' once to toggle the tool bar back on."
(add-hook 'after-make-frame-functions
(defun after-make-frame@setup (&rest args)
(ignore args)
(let ((monospace-faces '((:font "Consolas" :height 100)
(:font "DejaVu Sans Mono" :height 100)
(:font "monospace" :height 100))))
(let ((monospace-faces
'((:font "Consolas" :height 100)
(:font "DejaVu Sans Mono" :height 100)
(:font "DejaVu Sans Mono Book" :height 100)
(:font "monospace" :height 100))))
(acdw/set-first-face-attribute 'default monospace-faces)
(acdw/set-first-face-attribute 'fixed-pitch monospace-faces)
(acdw/set-first-face-attribute 'variable-pitch