summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-21 17:41:18 -0600
committerCase Duckworth2022-01-21 17:41:51 -0600
commit00f639319cec1fee50df300aa9f8d1c42fc32dff (patch)
tree89f758b738f6c8f0300f4f07ceb56184d00649ed /early-init.el
parentComment out md4rd (diff)
downloademacs-00f639319cec1fee50df300aa9f8d1c42fc32dff.tar.gz
emacs-00f639319cec1fee50df300aa9f8d1c42fc32dff.zip
Update elfeed-update.el
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el24
1 files changed, 12 insertions, 12 deletions
diff --git a/early-init.el b/early-init.el index 40edbe5..8ceb74f 100644 --- a/early-init.el +++ b/early-init.el
@@ -76,18 +76,18 @@ See `no-littering' for examples.")
76 76
77;;; Fonts 77;;; Fonts
78(+with-ensure-after-init 78(+with-ensure-after-init
79 ;; Set default faces 79 (unless noninteractive ;; Set default faces
80 (+with-message "Setting default faces" 80 (+with-message "Setting default faces"
81 (let ((font-name machine-default-font) 81 (let ((font-name machine-default-font)
82 (font-size machine-default-height) 82 (font-size machine-default-height)
83 (variable-font-name machine-variable-pitch-font) 83 (variable-font-name machine-variable-pitch-font)
84 (variable-font-size machine-variable-pitch-height)) 84 (variable-font-size machine-variable-pitch-height))
85 (set-face-attribute 'default nil :family font-name 85 (set-face-attribute 'default nil :family font-name
86 :height font-size :weight 'book) 86 :height font-size :weight 'book)
87 (set-face-attribute 'italic nil :family font-name 87 (set-face-attribute 'italic nil :family font-name
88 :height font-size :slant 'italic) 88 :height font-size :slant 'italic)
89 (set-face-attribute 'variable-pitch nil :family variable-font-name 89 (set-face-attribute 'variable-pitch nil :family variable-font-name
90 :height variable-font-size))) 90 :height variable-font-size))))
91 91
92 ;; Emoji fonts 92 ;; Emoji fonts
93 (+with-message "Adding emoji fonts" 93 (+with-message "Adding emoji fonts"