Add new packages installed
This commit is contained in:
10
elpa/auctex-12.1.0/style/dk.el
Normal file
10
elpa/auctex-12.1.0/style/dk.el
Normal file
@@ -0,0 +1,10 @@
|
||||
;;; dk.el - Setup AUCTeX for editing Danish text.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(TeX-add-style-hook "dk"
|
||||
(function (lambda ()
|
||||
(run-hooks 'TeX-language-dk-hook)))
|
||||
LaTeX-dialect)
|
||||
|
||||
;;; dk.el ends here
|
||||
Reference in New Issue
Block a user