Emacs: Re-enable mediawiki-mode.

Bug with Emacs >= 27 got fixed.
This commit is contained in:
tastytea 2020-07-08 05:47:04 +02:00
parent c6fdc804a5
commit d15af91428
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-27T17:51:12+0200>
;; Time-stamp: <2020-07-08T05:46:27+0200>
;;; Commentary:
@ -59,7 +59,7 @@
:custom ((atomic-chrome-url-major-mode-alist
'(("^likeable\\.space$" . markdown-mode)
("^schlomp\\.space$" . gfm-mode)
;; ("^wiki\\.gentoo\\.org$" . mediawiki-mode)
("^wiki\\.gentoo\\.org$" . mediawiki-mode)
("^github\\.com$" . gfm-mode)
("^gitlab\\.com$" . gfm-mode)
("^gitlab\\.gnome\\.org$" . gfm-mode)))

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-07-07T04:37:43+0200>
;; Time-stamp: <2020-07-08T05:46:42+0200>
;;; Commentary:
@ -37,8 +37,6 @@
:hook (yaml-mode . my/truncate-lines))
(use-package mediawiki
;; Broken for >= 27, <https://github.com/hexmode/mediawiki-el/issues/35>.
:if (< emacs-major-version 27)
:commands (mediawiki-mode))
(use-package csv-mode