[Misc] Some configuration for `markdown-mode'

This commit is contained in:
Daniel - 2019-11-11 18:24:30 +01:00
parent a9c82c1db7
commit 10b41b5bfa
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 5 additions and 0 deletions

View File

@ -2656,6 +2656,11 @@ With given ARG, display files in `db/important-document-path."
ldap-default-base "O=DFN-Verein,C=DE"
ldap-ldapsearch-args '("-x" "-tt" "-H ldaps://ldap.pca.dfn.de")))
(use-package markdown-mode
:ensure t
:commands (markdown-mode)
:init (setq markdown-use-pandoc-style-yaml-metadata t))
(use-package mastodon
:commands (mastodon))