unix-conf/.emacs.d/elpa/auctex-11.89.1/style/dutch.el

11 lines
196 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
;;; dutch.el - Setup AUCTeX for editing Dutch text.
;;; Code:
(TeX-add-style-hook "dutch"
(function (lambda ()
(run-hooks 'TeX-language-nl-hook)))
LaTeX-dialect)
;;; dutch.el ends here