]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex-11.86/style/swedish.el
01016328357de6c45b44b690dbefe292e567b840
[gnu-emacs-elpa] / packages / auctex-11.86 / style / swedish.el
1 ;;; swedish.el --- Setup AUCTeX for editing Swedish text.
2
3 ;;; Commentary:
4 ;;
5 ;; Apparently the Swedes use ''this style'' quotations.
6
7 (TeX-add-style-hook
8 "swedish"
9 (lambda ()
10 (setq TeX-quote-language
11 `("swedish" "''" ,TeX-close-quote ,TeX-quote-after-quote))
12 (setq LaTeX-babel-hyphen-language "swedish")
13 (run-hooks 'TeX-language-sv-hook)))