Use org-tempo templates

This commit is contained in:
Adam Goldsmith 2019-03-28 13:01:40 -04:00
parent d969971732
commit cd0537b678
1 changed files with 2 additions and 0 deletions

View File

@ -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)