diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-06-02 21:53:30 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-06-02 22:02:40 +0200 |
commit | 56671a0fe3a07439c1b7690a5e6f4b8ab78bffdc (patch) | |
tree | 3d8daffee59105b3f1960a4098c4adb39d823119 /app-emacs/yasnippet/files | |
parent | app-emacs/yasnippet: Remove old. (diff) | |
download | gentoo-56671a0fe3a07439c1b7690a5e6f4b8ab78bffdc.tar.gz gentoo-56671a0fe3a07439c1b7690a5e6f4b8ab78bffdc.tar.bz2 gentoo-56671a0fe3a07439c1b7690a5e6f4b8ab78bffdc.zip |
app-emacs/yasnippet: Version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emacs/yasnippet/files')
-rw-r--r-- | app-emacs/yasnippet/files/50yasnippet-gentoo-0.13.0.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/yasnippet/files/50yasnippet-gentoo-0.13.0.el b/app-emacs/yasnippet/files/50yasnippet-gentoo-0.13.0.el new file mode 100644 index 000000000000..e58ee2b29cf3 --- /dev/null +++ b/app-emacs/yasnippet/files/50yasnippet-gentoo-0.13.0.el @@ -0,0 +1,4 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'yas-minor-mode "yasnippet" "Toggle YASnippet mode." t) +(autoload 'yas-global-mode "yasnippet" nil t) +(autoload 'snippet-mode "yasnippet" "A mode for editing yasnippets" t) |