feat(emacs): use markdown-mode when using edit-server

This is mostly used when editing GitHub and GitLab comments that boath support
markdown. This allows me to have the correct highlighting and snippet support
This commit is contained in:
Ade Attwood 2022-02-15 20:34:18 +00:00
parent a94a9d6dc2
commit 8966cd6155

View file

@ -76,3 +76,5 @@
(edit-server-start)
(add-hook 'after-init-hook
#'(lambda() (edit-server-start)))))
(add-hook 'edit-server-start-hook 'markdown-mode)