Emacs: Enable markdown-mode for gitlab.gnome.org.

This commit is contained in:
tastytea 2020-02-14 14:46:32 +01:00
parent 21a1d3a158
commit 3e27fedc60
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-02T10:17:25+0100>
;; Time-stamp: <2020-02-14T14:46:18+0100>
;;; Commentary:
@ -67,6 +67,7 @@
("^wiki\\.gentoo\\.org$" . mediawiki-mode)
("^github\\.com$" . markdown-mode)
("^gitlab\\.com$" . markdown-mode)
("^gitlab\\.gnome\\.org$" . markdown-mode)
))
(atomic-chrome-buffer-open-style 'frame)