From cd0537b67844bbb2b24a5601d315a630d4106d84 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 28 Mar 2019 13:01:40 -0400 Subject: [PATCH] Use org-tempo templates --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 2244f5b..879ca02 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -184,6 +184,8 @@ ("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 + ;; Make windmove work in org-mode: (add-hook 'org-shiftup-final-hook 'windmove-up) (add-hook 'org-shiftleft-final-hook 'windmove-left)