Enable wiki links in Markdown mode

This commit is contained in:
Andreas Zweili 2022-05-26 14:26:52 +02:00
parent de4a739790
commit 47cc59780f

View File

@ -983,7 +983,10 @@ Provides syntax highlighting and other functions for markdown.
:mode (("README\\.md\\'" . gfm-mode)
("\\.md\\'" . markdown-mode)
("\\.markdown\\'" . markdown-mode))
:init (setq markdown-command "multimarkdown"))
:init (setq markdown-command "multimarkdown")
:config
(setq markdown-enable-wiki-links t)
(setq markdown-link-space-sub-char " "))
#+end_src
*** powershell