fix(emacs): add fixed-pitch for org-verbatim
face
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
6bb6762a27
commit
b9fd072726
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue