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

16 lines
425 B
EmacsLisp

;;; swedish.el --- Setup AUCTeX for editing Swedish text.
;;; Commentary:
;;
;; Apparently the Swedes use ''this style'' quotations.
(TeX-add-style-hook
"swedish"
(lambda ()
(unless (eq (car TeX-quote-language) 'override)
(setq TeX-quote-language
`("swedish" "''" ,TeX-close-quote ,TeX-quote-after-quote)))
(setq LaTeX-babel-hyphen-language "swedish")
(run-hooks 'TeX-language-sv-hook))
LaTeX-dialect)