diff --git a/config_new.org b/config_new.org index 52951b8..a105850 100644 --- a/config_new.org +++ b/config_new.org @@ -497,6 +497,13 @@ Install and wait for hydra to be available since we are using it in this init.el ))) #+END_SRC +** Markdown-mode + +#+BEGIN_SRC emacs-lisp +(use-package markdown-mode + :ensure t +) +#+END_SRC ** Yasnippet