diff --git a/home-manager/software/emacs/emacs.d/lib/format_all.el b/home-manager/software/emacs/emacs.d/lib/format_all.el index 8432390..aa69f4c 100644 --- a/home-manager/software/emacs/emacs.d/lib/format_all.el +++ b/home-manager/software/emacs/emacs.d/lib/format_all.el @@ -2,6 +2,7 @@ :hook ((prog-mode . format-all-ensure-formatter) (yaml-mode . format-all-ensure-formatter) + (markdown-mode . format-all-ensure-formatter) (prog-mode . format-all-mode)) :preface (defun az-format-code ()