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:
parent
a94a9d6dc2
commit
8966cd6155
1 changed files with 2 additions and 0 deletions
|
|
@ -76,3 +76,5 @@
|
||||||
(edit-server-start)
|
(edit-server-start)
|
||||||
(add-hook 'after-init-hook
|
(add-hook 'after-init-hook
|
||||||
#'(lambda() (edit-server-start)))))
|
#'(lambda() (edit-server-start)))))
|
||||||
|
|
||||||
|
(add-hook 'edit-server-start-hook 'markdown-mode)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue