From c66c810e900a46e97d4bd4ebb3b6c4f7c8985187 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Wed, 26 May 2021 22:38:35 -0400 Subject: [PATCH] Add markdown mode --- config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.org b/config.org index 253137a..61107e8 100644 --- a/config.org +++ b/config.org @@ -669,6 +669,10 @@ Abbreviate things! I just use this for things like my email address and copyrigh (global-set-key (kbd "C-x C-r") #'doas-edit) #+end_src +** Markdown mode +#+begin_src emacs-lisp + (use-package markdown-mode) +#+end_src * Keybindings ** Switch windows #+begin_src emacs-lisp -- 2.39.2