1
0
Fork 0

fix(emacs): add fixed-pitch for org-verbatim face

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-06 17:12:07 -05:00
parent 6bb6762a27
commit b9fd072726
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -113,6 +113,7 @@
'(org-level-4 ((t (:inherit nano-strong :extend nil :height 1.0))))
'(org-link ((t (:inherit nano-salient :underline t))))
'(org-code ((t :inherit (nano-salient fixed-pitch))))
'(org-verbatim ((t :inherit (nano-popout fixed-pitch))))
'(org-indent ((t :inherit (org-hide fixed-pitch))))
'(org-table ((t :inherit fixed-pitch)))
'(org-block-begin-line ((t :inherit (nano-faded fixed-pitch) :extend t :underline nil)))