diff --git a/init.org b/init.org index 6109b88..391cb0b 100644 --- a/init.org +++ b/init.org @@ -642,6 +642,8 @@ TODO Unterverzeichnisse wurden noch nicht getestet #+END_SRC ** yasnippet +For useful snippet either install yasnippet-snippets or get them from here +[[https://github.com/AndreaCrotti/yasnippet-snippets][Github]] #+begin_src emacs-lisp (use-package yasnippet @@ -763,7 +765,7 @@ Default completion is C-j ((web-mode . emmet-mode) (css-mode . emmet-mode)) :config - (unbind-key "C-" . emmet-mode-keymap)) + (unbind-key "C-" emmet-mode-keymap)) #+end_src ** YAML #+begin_src emacs-lisp