unix-conf/.emacs.d/elpa/auctex-11.89.1/style/dk.el
2016-02-18 14:53:30 +01:00

11 lines
188 B
EmacsLisp

;;; 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