Don't ensure org-tempo. That's dumb.

If it's exists, it should be loaded, but it's not an external package
This commit is contained in:
Adam Goldsmith 2019-04-02 23:06:24 -04:00
parent cd0537b678
commit 60a002d9e4
1 changed files with 1 additions and 1 deletions

View File

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