Emacs: typoscript mode
This commit is contained in:
parent
f0a248c476
commit
73bd86deda
1 changed files with 5 additions and 0 deletions
|
@ -848,6 +848,11 @@
|
||||||
:load-path "moinmoin/"
|
:load-path "moinmoin/"
|
||||||
:mode (("\\.wiki\\'" . moinmoin-mode)))
|
:mode (("\\.wiki\\'" . moinmoin-mode)))
|
||||||
|
|
||||||
|
;; typoscript-mode
|
||||||
|
;; A mode for TYPO3 typoscript
|
||||||
|
(use-package typoscript-mode
|
||||||
|
:mode (("\\.typoscript\\'" . typoscript-mode)))
|
||||||
|
|
||||||
;; mu4e
|
;; mu4e
|
||||||
;; emacs mail client
|
;; emacs mail client
|
||||||
(use-package mu4e
|
(use-package mu4e
|
||||||
|
|
Loading…
Reference in a new issue