turn on yasnippet global mode after init (fix for Emacs 27 git)
This commit is contained in:
parent
30a7ff1227
commit
a0f1d0439d
3
init.el
3
init.el
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user