From bdea97b75c5189ee6e1292a152f077091135dd02 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 11 Aug 2019 00:22:08 +0200 Subject: [PATCH] Enabled markdown-mode for gitlab.com via edit-server. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 1b267f4..1c17e6a 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; 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: ;; 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) ("\\`wiki\\.gentoo\\.org/" . mediawiki-mode) ("\\`github\\.com/" . markdown-mode) + ("\\`gitlab\\.com/" . markdown-mode) ))) ))