Enabled markdown-mode for gitlab.com via edit-server.
This commit is contained in:
parent
457e02b8f1
commit
bdea97b75c
3
init.el
3
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;; Time-stamp: <2019-08-10T17:43:46+00:00>
|
;; Time-stamp: <2019-08-10T22:21:51+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
|
||||||
|
@ -1100,6 +1100,7 @@ With argument, do this that many times."
|
||||||
("\\`schlomp\\.space/" . markdown-mode)
|
("\\`schlomp\\.space/" . markdown-mode)
|
||||||
("\\`wiki\\.gentoo\\.org/" . mediawiki-mode)
|
("\\`wiki\\.gentoo\\.org/" . mediawiki-mode)
|
||||||
("\\`github\\.com/" . markdown-mode)
|
("\\`github\\.com/" . markdown-mode)
|
||||||
|
("\\`gitlab\\.com/" . markdown-mode)
|
||||||
)))
|
)))
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user