diff --git a/init.org b/init.org index b7c4d57..21e5882 100644 --- a/init.org +++ b/init.org @@ -623,6 +623,18 @@ TODO Unterverzeichnisse wurden noch nicht getestet company-lsp-cache-candidates nil)) #+END_SRC +** yasnippet + +#+begin_src emacs-lisp +(use-package yasnippet + :ensure t + :diminish yas-minor-mode + :config + (setq yas-snippet-dirs (list (concat MY--PATH_USER_GLOBAL "snippets"))) + (yas-global-mode t) + (yas-reload-all)) +#+end_src + ** flycheck #+BEGIN_SRC emacs-lisp (use-package flycheck