X-Git-Url: https://git.siccegge.de//index.cgi?p=dotfiles%2Femacs.git;a=blobdiff_plain;f=config%2Fyas.el;fp=config%2Fyas.el;h=e309c49dc143a7650c7fe1452afd6c5799d21faf;hp=0000000000000000000000000000000000000000;hb=27c85285f89b94bef7ba54c9b11da587941a6a7c;hpb=b946eff46036e6d5b5e1c63925e543b922b71a83 diff --git a/config/yas.el b/config/yas.el new file mode 100644 index 0000000..e309c49 --- /dev/null +++ b/config/yas.el @@ -0,0 +1,5 @@ +(require 'yasnippet) +(yas/initialize) + +(setq yas/root-directory '("~/proj/snipets")) +(mapc 'yas/load-directory yas/root-directory)