File: danish.el

package info (click to toggle)
auctex 9.9b-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,228 kB
  • ctags: 750
  • sloc: lisp: 11,357; makefile: 289; sh: 205
file content (11 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
;;; danish.el - Setup AUC TeX for editing Danish text.

;; $Id: danish.el,v 1.1 1997/03/17 12:36:17 abraham Exp $

;;; Code:

(TeX-add-style-hook "danish"
 (function (lambda ()
   (run-hooks 'TeX-language-dk-hook))))

;;; danish.el ends here