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

10 lines
279 B
EmacsLisp

;;; czech.el --- Setup AUCTeX for editing Czech text.
(TeX-add-style-hook
"czech"
(lambda ()
(unless (eq (car TeX-quote-language) 'override)
(setq TeX-quote-language `("czech" "\\uv{" "}" ,TeX-quote-after-quote)))
(run-hooks 'TeX-language-cz-hook))
LaTeX-dialect)