From 887dffdf230309049c9b2f4663cfea18ec6822e8 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 23 Sep 2023 18:15:01 +0200 Subject: [PATCH] pinwheel: Add `markdown-mode` to `emacs` --- hosts/pinwheel/modules/emacs/config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 3a6650b..b9a357a 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -486,3 +486,7 @@ Setup prefix for keybindings. (use-package dockerfile-mode :mode "Dockerfile.*") #+END_SRC +** Markdown +#+BEGIN_SRC emacs-lisp + (use-package markdown-mode) +#+END_SRC