Ensure that yas-minor mode is enabled in org-insert-homework-header

This commit is contained in:
Adam Goldsmith 2018-10-04 14:56:55 -04:00
parent 075a076dea
commit d4c758d6dd
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@
(defun org-insert-homework-header ()
""
(interactive)
(yas-minor-mode t)
(yas-expand-snippet (yas-lookup-snippet "Homework Header" 'org-mode))))
(use-package windmove