Use fixed indentation in Markdown mode

This commit is contained in:
Andreas Zweili 2022-12-30 17:42:07 +01:00
parent 27bead0a13
commit 59b51758e0
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
markdown-unordered-list-item-prefix " - "
markdown-italic-underscore t
markdown-link-space-sub-char " ")
(add-hook 'markdown-mode-hook '(lambda ()
(set (make-local-variable
'yas-indent-line) 'fixed)))
:config
(defun insert-file-name-as-wikilink (filename &optional args)
(interactive "*fInsert file name: \nP")