Add a file for yasnippet

This commit is contained in:
Andreas Zweili 2022-08-20 16:37:58 +02:00
parent af943ea3f3
commit d333a9749b
3 changed files with 13 additions and 13 deletions

View File

@ -7,19 +7,6 @@
:ensure t
:demand t)))
;; enable yasnippet
(use-package yasnippet
:ensure t
:config
(yas-global-mode 1))
;; enable yasnippet
(use-package yasnippet-snippets
:ensure t
:after yasnippet
:config
(yas-global-mode 1))
;; which key is a package to show which keys can be pressed
(use-package which-key
:ensure t

View File

@ -0,0 +1,12 @@
;; enable yasnippet
(use-package yasnippet
:ensure t
:config
(yas-global-mode 1))
;; enable yasnippet
(use-package yasnippet-snippets
:ensure t
:after yasnippet
:config
(yas-global-mode 1))

View File

@ -19,6 +19,7 @@
;; various
(load-file (config-path "helpful.el"))
(load-file (config-path "counsel.el"))
(load-file (config-path "Yasnippet.el"))
(load-file (config-path "loader.el"))