diff --git a/journal/2021/2021-08-17.org b/journal/2021/2021-08-17.org index 70ffd5f3..56a55d25 100644 --- a/journal/2021/2021-08-17.org +++ b/journal/2021/2021-08-17.org @@ -68,6 +68,7 @@ Ah tiens une petite configuration pour rendre org-mode plus agréable à lire: '(org-code ((t (:inherit (shadow fixed-pitch))))) '(org-document-info ((t (:inherit (shadow fixed-pitch))))) '(org-document-info-keyword ((t (:inherit (shadow fixed-pitch))))) + '(org-drawer ((t (:inherit (shadow fixed-pitch))))) '(org-indent ((t (:inherit (org-hide fixed-pitch))))) `(org-link ((t (:foreground ,(doom-color 'blue) :underline t)))) '(org-meta-line ((t (:inherit (font-lock-comment-face fixed-pitch)))))