diff options
-rw-r--r-- | app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el b/app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el index 4c85ffac5510..ffa03fff66ea 100644 --- a/app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el +++ b/app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el @@ -1,5 +1,4 @@ (add-to-list 'load-path "@SITELISP@") (autoload 'yasnippet-snippets-initialize "yasnippet-snippets" "Load the `yasnippet-snippets' snippets directory." t) -(eval-after-load 'yasnippet - '(yasnippet-snippets-initialize)) +(eval-after-load 'yasnippet #'yasnippet-snippets-initialize) |