Default to text-mode with edit-server

This commit is contained in:
Case Duckworth 2021-09-27 23:06:57 -05:00
parent 9b8d95e894
commit edc4672f82
1 changed files with 2 additions and 1 deletions

View File

@ -1358,7 +1358,8 @@ specific to most general, they are these:
"tildes.net"))
'markdown-mode)
(cons (rx "github.com")
'gfm-mode)))
'gfm-mode)
(cons "." 'text-mode)))
(:advise edit-server-make-frame :before
(defun edit-server@set-a-variable (&rest _)