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/"
|
||||
:mode (("\\.wiki\\'" . moinmoin-mode)))
|
||||
|
||||
;; typoscript-mode
|
||||
;; A mode for TYPO3 typoscript
|
||||
(use-package typoscript-mode
|
||||
:mode (("\\.typoscript\\'" . typoscript-mode)))
|
||||
|
||||
;; mu4e
|
||||
;; emacs mail client
|
||||
(use-package mu4e
|
||||
|
|
Loading…
Reference in a new issue