pinwheel: Add markdown-mode to emacs

This commit is contained in:
Alexander Heldt
2023-09-23 18:15:01 +02:00
parent 19b20788dd
commit 887dffdf23

View File

@@ -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