summaryrefslogtreecommitdiff
path: root/elpa/auctex-13.1.3/style/dutch.el
blob: 47da9ca19728fcfd7d4fa756f49730ad1d13730b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; dutch.el - Setup AUCTeX for editing Dutch text.  -*- lexical-binding: t; -*-

;;; Code:

(require 'tex)

(TeX-add-style-hook
 "dutch"
 (lambda ()
   (run-hooks 'TeX-language-nl-hook))
 TeX-dialect)

;;; dutch.el ends here