Im an idiot

This commit is contained in:
Marco Thomas
2021-09-02 16:51:55 +02:00
parent a9fbf43857
commit 25d95498e1

View File

@@ -314,7 +314,7 @@
;; add virtual spaces ;; add virtual spaces
(org-mode . org-indent-mode) (org-mode . org-indent-mode)
:config :config
(define-ley evil-normal-state-map (kdb "TAB") 'org-cycle) (define-key evil-normal-state-map (kdb "TAB") 'org-cycle)
(set-face-attribute 'org-document-title nil :font "Product Sans" :weight 'bold :inherit 'default :height 250) (set-face-attribute 'org-document-title nil :font "Product Sans" :weight 'bold :inherit 'default :height 250)
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5) (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5)
org-hidden-keywords '(title) org-hidden-keywords '(title)