From b8c0a71ad026ca831dc1643f22533a96e1e65d55 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 14 Apr 2021 22:15:16 +0000 Subject: modules/emacs: hide Markdown markup by default I read Markdown more than I write it, so it makes sense to hide the syntax by default. Writing it with syntax hidden is also very pleasant. I only need to show the syntax occasionally. --- modules/workstation/emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/workstation/emacs/init.el') diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el index dd6a94f9aa4b..cce697d34ce5 100644 --- a/modules/workstation/emacs/init.el +++ b/modules/workstation/emacs/init.el @@ -142,6 +142,9 @@ (global-set-key (kbd "C-x g") #'magit-status) (global-set-key (kbd "C-x M-g") #'magit-dispatch) +;;; Markdown ;;; +(setq-default markdown-hide-markup t) + ;; Don't open a second window with a diff when committing. I have ;; commit.verbose set in git, so the diff is shown below the commit ;; anyway, and it's annoying to have magit take over the whole frame -- cgit 1.4.1