Browse Source

added yasnippet

master
Marc 4 years ago
parent
commit
ad9068d21b
1 changed files with 12 additions and 0 deletions
  1. 12
      init.org

12
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

Loading…
Cancel
Save