From ad9068d21b9b0729320f82c3d04fbd68d9a0f09a Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 25 Dec 2019 18:44:29 +0000 Subject: [PATCH] added yasnippet --- init.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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