Enable format-all on Markdown

This commit is contained in:
Andreas Zweili 2023-01-23 10:59:16 +01:00
parent 7074ff859a
commit 2881efd61e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
((prog-mode . format-all-ensure-formatter)
(yaml-mode . format-all-ensure-formatter)
(markdown-mode . format-all-ensure-formatter)
(markdown-mode . format-all-mode)
(prog-mode . format-all-mode))
:preface
(defun az-format-code ()