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
|
||||
:inherit 'variable-pitch
|
||||
: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
|
||||
(setq catppuccin-flavor 'macchiato)
|
||||
:config
|
||||
|
|
@ -705,8 +715,8 @@
|
|||
(use-package org-modern
|
||||
:after org
|
||||
:config
|
||||
(global-org-modern-mode)
|
||||
(setq org-modern-table nil))
|
||||
(setq org-modern-table nil)
|
||||
(global-org-modern-mode))
|
||||
|
||||
(use-package ox-gfm
|
||||
:defer t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue