[Emacs] Make orgmode dates fixed-width

This commit is contained in:
Lucien Cartier-Tilet 2020-12-27 17:00:46 +01:00
parent 5ee319212d
commit e57da4e348
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

View File

@ -2220,6 +2220,7 @@ Fonts will play an important part in this, but so will colors and font size. The
`(org-property-value ((t (,@fixed))) t)
`(org-drawer ((t (,@fixed :foreground ,phundrak/nord10))) t)
`(org-table ((t (,@fixed :foreground ,phundrak/nord14))) t)
`(org-date ((t (,@fixed :foreground ,phundrak/nord13))) t)
'(org-code ((t (:inherit (shadow fixed-pitch)))))
'(org-verbatim ((t (:inherit (shadow fixed-pitch)))))
'(org-document-info-keyword ((t (:inherit (shadow fixed-pitch)))))