about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/emacs/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index f09c165bb417..2028513ad6a6 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -143,9 +143,6 @@
 (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
@@ -170,6 +167,9 @@
     (transient-append-suffix command ["-S"]
       '("=S" "Don't sign using gpg" "--no-gpg-sign"))))
 
+;;; Markdown ;;;
+(setq-default markdown-hide-markup t)
+
 ;;; Man ;;;
 ;; Open man pages in the current window.  I don't really care what
 ;; happens when I do M-x man, but I don't want my whole frame to be