From 54fea025d209d2d17bc9bad60173e459a7e653ee Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 24 Oct 2021 11:18:49 +0000 Subject: modules/emacs: fix location of markdown stuff This was previously in the middle of the Magit config. --- modules/workstation/emacs/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/workstation/emacs') 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 -- cgit 1.4.1