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:
parent
41a27fcd15
commit
e79f011813
@ -202,7 +202,7 @@
|
|||||||
("M-N" . org-metadown))
|
("M-N" . org-metadown))
|
||||||
:map org-src-mode-map ("C-z" . org-src-export-to-pdf))
|
:map org-src-mode-map ("C-z" . org-src-export-to-pdf))
|
||||||
:config
|
: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:
|
;; Make windmove work in org-mode:
|
||||||
(add-hook 'org-shiftup-final-hook 'windmove-up)
|
(add-hook 'org-shiftup-final-hook 'windmove-up)
|
||||||
|
Loading…
Reference in New Issue
Block a user