about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/emacs/init.el3
1 files changed, 3 insertions, 0 deletions
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