Install yasnippet

This commit is contained in:
Tobias Ostner 2024-10-11 10:19:33 +02:00
parent ca7dbfc279
commit c9e8300a74
2 changed files with 6 additions and 0 deletions

View file

@ -681,5 +681,10 @@
(setq whitespace-line-column nil
whitespace-style '(face empty tabs lines-tail trailing)))
(use-package yasnippet
:defer t
:config
(yas-global-mode))
(provide 'init)
;;; init.el ends here