]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex/style/czech.el
Remove version numbers in packages/ directory
[gnu-emacs-elpa] / packages / auctex / style / czech.el
1 ;;; czech.el --- Setup AUCTeX for editing Czech text.
2
3 (TeX-add-style-hook
4 "czech"
5 (lambda ()
6 (setq TeX-quote-language `("czech" "\\uv{" "}" ,TeX-quote-after-quote))
7 (run-hooks 'TeX-language-cz-hook)))