turn on yasnippet global mode after init (fix for Emacs 27 git)

This commit is contained in:
Łukasz Pankowski 2019-12-16 21:13:53 +01:00
parent 30a7ff1227
commit a0f1d0439d

View File

@ -864,8 +864,7 @@ inserted between the braces between the braces."
(setq-default abbrev-mode 1)
(use-package yasnippet
:init
(yas-global-mode 1)
:hook (after-init . yas-global-mode)
:bind
(:map yas-minor-mode-map
("C-c & t" . yas-describe-tables)