Markdown mode
1 files changed, 9 insertions(+), 0 deletions(-) M init.el
M init.el => init.el +9 -0
@@ 61,6 61,15 @@ (package-install 'leuven-theme)) (load-theme 'leuven t t) ;;; Markdown mode (use-package markdown-mode :ensure t :commands (markdown-mode gfm-mode) :mode (("README\\.md\\'" . gfm-mode) ("\\.md\\'" . markdown-mode) ("\\.markdown\\'" . markdown-mode)) :init (setq markdown-command "multimarkdown")) ;;; Evil (extensible vi layer) (use-package evil :init