Configure fonts for tables and code in org mode
This commit is contained in:
parent
6195d36497
commit
9a58c24955
1 changed files with 13 additions and 3 deletions
|
|
@ -572,7 +572,17 @@
|
||||||
face nil
|
face nil
|
||||||
:inherit 'variable-pitch
|
:inherit 'variable-pitch
|
||||||
:weight 'regular
|
:weight 'regular
|
||||||
:height 1.0))))
|
:height 1.0))
|
||||||
|
(dolist (face '(org-table
|
||||||
|
org-block
|
||||||
|
org-block-begin-line
|
||||||
|
org-block-end-line
|
||||||
|
org-code
|
||||||
|
org-verbatim
|
||||||
|
org-meta-line
|
||||||
|
org-checkbox))
|
||||||
|
(when (facep face)
|
||||||
|
(set-face-attribute face nil :inherit 'fixed-pitch)))))
|
||||||
:init
|
:init
|
||||||
(setq catppuccin-flavor 'macchiato)
|
(setq catppuccin-flavor 'macchiato)
|
||||||
:config
|
:config
|
||||||
|
|
@ -705,8 +715,8 @@
|
||||||
(use-package org-modern
|
(use-package org-modern
|
||||||
:after org
|
:after org
|
||||||
:config
|
:config
|
||||||
(global-org-modern-mode)
|
(setq org-modern-table nil)
|
||||||
(setq org-modern-table nil))
|
(global-org-modern-mode))
|
||||||
|
|
||||||
(use-package ox-gfm
|
(use-package ox-gfm
|
||||||
:defer t
|
:defer t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue