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) (setq-default abbrev-mode 1)
(use-package yasnippet (use-package yasnippet
:init :hook (after-init . yas-global-mode)
(yas-global-mode 1)
:bind :bind
(:map yas-minor-mode-map (:map yas-minor-mode-map
("C-c & t" . yas-describe-tables) ("C-c & t" . yas-describe-tables)