Archived
1
0
Fork 0
This repository has been archived on 2024-10-19. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/code/elpa/auctex-13.1.5/style/dutch.el

14 lines
226 B
EmacsLisp

;;; 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