From 8b3f426ae147d7b10f29485c8a9e1db9833cc354 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Fri, 20 Sep 2024 10:08:45 +0200 Subject: [PATCH] ADD markdown-mode --- config_new.org | 7 +++++++ 1 file changed, 7 insertions(+) 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