diff options
author | 2019-01-11 22:55:45 -0500 | |
---|---|---|
committer | 2019-01-11 22:55:45 -0500 | |
commit | a38db49919c62e1cfef417159618770e031ab2b7 (patch) | |
tree | ef24dbacd9b3076df64239e2e2cee25875bc4d35 /init.org | |
parent | 796641bdb37acd30e01d523fb484d96738826e96 (diff) | |
download | configs-a38db49919c62e1cfef417159618770e031ab2b7.tar.gz configs-a38db49919c62e1cfef417159618770e031ab2b7.tar.xz configs-a38db49919c62e1cfef417159618770e031ab2b7.zip |
[emacs] update dante, configure yasnippet
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2203,6 +2203,18 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. :demand) #+end_src +** yasnippet + +#+begin_src emacs-lisp +(use-package yasnippet + :defer 3 + :config + (add-to-list 'yas-snippet-dirs "~/src/git/guix/etc/snippets") + (yas-reload-all) + :hook + (text-mode . yas-minor-mode)) +#+end_src + * Email :PROPERTIES: :CUSTOM_ID: email |