Hide URLs in markdown-mode

This commit is contained in:
Andreas Zweili 2022-05-27 13:15:26 +02:00
parent 3616bbc646
commit d3c70b4fad

View File

@ -987,6 +987,7 @@ Provides syntax highlighting and other functions for markdown.
:init (setq markdown-command "multimarkdown")
:config
(setq markdown-enable-wiki-links t)
(setq markdown-hide-urls t)
(setq markdown-link-space-sub-char " ")
(defun insert-file-name-as-wikilink (filename &optional args)
(interactive "*fInsert file name: \nP")