summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-06 16:50:20 -0500
committerCase Duckworth2021-10-06 16:50:20 -0500
commitee64ffc41f58a7827a77e9a18074084a90ec31b5 (patch)
treec8ddbcb0efbbe39a06d198445adbdd710a413347 /init.el
parentChange straight-if to straight-when (diff)
downloademacs-ee64ffc41f58a7827a77e9a18074084a90ec31b5.tar.gz
emacs-ee64ffc41f58a7827a77e9a18074084a90ec31b5.zip
Un-customize the message-header face
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.el b/init.el index e8c3f04..8b5265a 100644 --- a/init.el +++ b/init.el
@@ -1374,9 +1374,6 @@ specific to most general, they are these:
1374 (defun elfeed@protocol-update (&rest _) 1374 (defun elfeed@protocol-update (&rest _)
1375 (elfeed-search-fetch nil))) 1375 (elfeed-search-fetch nil)))
1376 1376
1377 (:face message-header-subject
1378 ((t (:height 1.5))))
1379
1380 (:with-mode elfeed-show-mode 1377 (:with-mode elfeed-show-mode
1381 (:hook #'reading-mode) 1378 (:hook #'reading-mode)
1382 1379