You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el

5 lines
161 B

(eval-after-load "yasnippet"
'(let ((snippets-dir "@SITEETC@"))
(add-to-list 'yas-snippet-dirs snippets-dir t)
(yas-load-directory snippets-dir t)))