From 60a002d9e4efce96082cd05092a420aade3b73cf Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 2 Apr 2019 23:06:24 -0400 Subject: [PATCH] Don't ensure org-tempo. That's dumb. If it's exists, it should be loaded, but it's not an external package --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 879ca02..d771794 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)