Emacs: typoscript mode

This commit is contained in:
Marcel Kapfer 2018-08-03 09:38:38 +02:00
parent f0a248c476
commit 73bd86deda
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 5 additions and 0 deletions

View File

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