Use org-tempo templates

This commit is contained in:
Adam Goldsmith 2019-03-28 13:01:40 -04:00
parent d969971732
commit cd0537b678

View File

@ -184,6 +184,8 @@
("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 :ensure) ; 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)
(add-hook 'org-shiftleft-final-hook 'windmove-left) (add-hook 'org-shiftleft-final-hook 'windmove-left)