Enable markdown-mode for github.com.
This commit is contained in:
parent
d4a481f251
commit
287d5b6d1b
7
init.el
7
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;; Time-stamp: <2019-05-17T13:28:14+00:00>
|
;; Time-stamp: <2019-05-20T11:56:53+00:00>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -859,8 +859,11 @@ With argument, do this that many times."
|
||||||
(edit-server-start)
|
(edit-server-start)
|
||||||
:custom
|
:custom
|
||||||
(edit-server-url-major-mode-alist
|
(edit-server-url-major-mode-alist
|
||||||
'(("\\`likeable\\.space/" . markdown-mode)
|
'(
|
||||||
|
("\\`likeable\\.space/" . markdown-mode)
|
||||||
|
("\\`schlomp\\.space/" . markdown-mode)
|
||||||
("\\`wiki\\.gentoo\\.org/" . mediawiki-mode)
|
("\\`wiki\\.gentoo\\.org/" . mediawiki-mode)
|
||||||
|
("\\`github\\.com/" . markdown-mode)
|
||||||
)))
|
)))
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 10599
|
127.0.0.1:51313 8465
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user