yasnippet-snippets/snippets/bibtex-mode/.yas-setup.el
Štěpán Němec 27f4d48cbf Don't add anonymous functions to hooks, use named functions instead
This makes the functions transparent (clear where they came from) and
accessible (compilable, removable, reusable, redefinable).
2019-11-06 00:25:02 +01:00

3 lines
83 B
EmacsLisp

(require 'yasnippet)
(add-hook 'bibtex-mode-hook #'yasnippet-snippets--no-indent)