Emacs: Re-enable mediawiki-mode.
Bug with Emacs >= 27 got fixed.
This commit is contained in:
parent
c6fdc804a5
commit
d15af91428
|
@ -1,6 +1,6 @@
|
||||||
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
:custom ((atomic-chrome-url-major-mode-alist
|
:custom ((atomic-chrome-url-major-mode-alist
|
||||||
'(("^likeable\\.space$" . markdown-mode)
|
'(("^likeable\\.space$" . markdown-mode)
|
||||||
("^schlomp\\.space$" . gfm-mode)
|
("^schlomp\\.space$" . gfm-mode)
|
||||||
;; ("^wiki\\.gentoo\\.org$" . mediawiki-mode)
|
("^wiki\\.gentoo\\.org$" . mediawiki-mode)
|
||||||
("^github\\.com$" . gfm-mode)
|
("^github\\.com$" . gfm-mode)
|
||||||
("^gitlab\\.com$" . gfm-mode)
|
("^gitlab\\.com$" . gfm-mode)
|
||||||
("^gitlab\\.gnome\\.org$" . gfm-mode)))
|
("^gitlab\\.gnome\\.org$" . gfm-mode)))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -37,8 +37,6 @@
|
||||||
:hook (yaml-mode . my/truncate-lines))
|
:hook (yaml-mode . my/truncate-lines))
|
||||||
|
|
||||||
(use-package mediawiki
|
(use-package mediawiki
|
||||||
;; Broken for >= 27, <https://github.com/hexmode/mediawiki-el/issues/35>.
|
|
||||||
:if (< emacs-major-version 27)
|
|
||||||
:commands (mediawiki-mode))
|
:commands (mediawiki-mode))
|
||||||
|
|
||||||
(use-package csv-mode
|
(use-package csv-mode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user