set org-agenda to fixed-width font
This commit is contained in:
parent
94a5abf313
commit
2f413e0cac
|
@ -284,6 +284,7 @@ position between last non-whitespace and `end-of-line'."
|
||||||
|
|
||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'user
|
'user
|
||||||
|
'(org-agenda ((t (:inherit fixed-pitch))))
|
||||||
'(org-block ((t (:inherit fixed-pitch))))
|
'(org-block ((t (:inherit fixed-pitch))))
|
||||||
'(org-code ((t (:inherit (shadow fixed-pitch)))))
|
'(org-code ((t (:inherit (shadow fixed-pitch)))))
|
||||||
'(org-document-info ((t (:inherit fixed-pitch))))
|
'(org-document-info ((t (:inherit fixed-pitch))))
|
||||||
|
|
Reference in a new issue