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

11 lines
188 B
EmacsLisp
Raw Normal View History

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