disable variable font in org-mode ; doesnt work for me but is a valid use case ; code to re-enable left as a set of comments
This commit is contained in:
parent
2f413e0cac
commit
967ed27703
|
@ -282,24 +282,24 @@ position between last non-whitespace and `end-of-line'."
|
||||||
'(fixed-pitch ((t ( :family "MonoLisa Variable" :height 120))))
|
'(fixed-pitch ((t ( :family "MonoLisa Variable" :height 120))))
|
||||||
)
|
)
|
||||||
|
|
||||||
(custom-theme-set-faces
|
; (custom-theme-set-faces
|
||||||
'user
|
; 'user
|
||||||
'(org-agenda ((t (:inherit fixed-pitch))))
|
; '(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))))
|
||||||
'(org-document-info-keyword ((t (:inherit (shadow fixed-pitch)))))
|
; '(org-document-info-keyword ((t (:inherit (shadow fixed-pitch)))))
|
||||||
'(org-indent ((t (:inherit (org-hide fixed-pitch)))))
|
; '(org-indent ((t (:inherit (org-hide fixed-pitch)))))
|
||||||
'(org-link ((t (:inherit (shadow fixed-pitch)))))
|
; '(org-link ((t (:inherit (shadow fixed-pitch)))))
|
||||||
'(org-meta-line ((t (:inherit (font-lock-comment-face fixed-pitch)))))
|
; '(org-meta-line ((t (:inherit (font-lock-comment-face fixed-pitch)))))
|
||||||
'(org-property-value ((t (:inherit fixed-pitch))) t)
|
; '(org-property-value ((t (:inherit fixed-pitch))) t)
|
||||||
'(org-special-keyword ((t (:inherit (font-lock-comment-face fixed-pitch)))))
|
; '(org-special-keyword ((t (:inherit (font-lock-comment-face fixed-pitch)))))
|
||||||
'(org-table ((t (:inherit fixed-pitch))))
|
; '(org-table ((t (:inherit fixed-pitch))))
|
||||||
'(org-tag ((t (:inherit (shadow fixed-pitch) :weight bold :height 0.8))))
|
; '(org-tag ((t (:inherit (shadow fixed-pitch) :weight bold :height 0.8))))
|
||||||
'(org-verbatim ((t (:inherit (shadow fixed-pitch)))))
|
; '(org-verbatim ((t (:inherit (shadow fixed-pitch)))))
|
||||||
)
|
;)
|
||||||
|
|
||||||
(add-hook 'org-mode-hook 'variable-pitch-mode)
|
;(add-hook 'org-mode-hook 'variable-pitch-mode)
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Reference in a new issue