diff options
author | mms <michal@sapka.me> | 2024-03-28 23:14:01 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-03-28 23:14:01 +0100 |
commit | df3c2f921e0041c86b8db40a4ebda18284b5557e (patch) | |
tree | f607ed9ac9f8519b712850eb2a1daf2c0ce00598 /init.el | |
parent | bdf8e75855b1d7c867987b541209ddb61956377b (diff) |
feat: xah-fl-org
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -24,11 +24,18 @@ ;; If there is more than one, they won't work right. '(auth-source-save-behavior nil) '(mml-secure-openpgp-sign-with-sender t) - '(safe-local-variable-values '((org-num-skip-tags "UNNUMBERED")))) + '(safe-local-variable-values + '((whitespace-line-column . 80) + (org-num-skip-tags "UNNUMBERED")))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(org-document-title ((t (:inherit mms-org-headline :height 2.0)))) + '(org-level-1 ((t (:inherit mms-org-headline :height 1.75)))) + '(org-level-2 ((t (:inherit mms-org-headline :height 1.5)))) + '(org-level-3 ((t (:inherit mms-org-headline :height 1.25)))) + '(org-level-4 ((t (:inherit mms-org-headline :height 1.1)))) + '(org-level-5 ((t (:inherit mms-org-headline :height 1.0))))) (put 'narrow-to-region 'disabled nil) |