Add org-tempo to org-modules instead of requiring it

I think requiring it broke at some point? This new method seems more
correct anyway
This commit is contained in:
Adam Goldsmith 2023-01-02 00:07:46 -05:00
parent 41a27fcd15
commit e79f011813
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
("M-N" . org-metadown))
:map org-src-mode-map ("C-z" . org-src-export-to-pdf))
:config
(use-package org-tempo :demand) ; enable org-tempo templates
(add-to-list 'org-modules 'org-tempo t) ; enable org-tempo templates
;; Make windmove work in org-mode:
(add-hook 'org-shiftup-final-hook 'windmove-up)