From 946a6c74a4a54822739ca2abf8047a6d8ec27730 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 12 Aug 2020 20:31:40 -0400 Subject: [PATCH] Add `yas-minor-mode` as yasnippet `:commands` to allow for autoload --- .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 6198344..812fc80 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -747,7 +747,7 @@ fasd-completing-read-function 'ivy-completing-read)) (use-package yasnippet - :defer + :commands yas-minor-mode :init (add-hook 'LaTeX-mode-hook '(lambda ()