Emacs: Remove :mode, it's done by the package now.

This commit is contained in:
tastytea 2020-05-29 16:41:25 +02:00
parent e466f9c8cc
commit 6831b21ef1

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-28T09:33:26+0200>
;; Time-stamp: <2020-05-29T16:40:47+0200>
;;; Commentary:
@ -173,9 +173,6 @@
:straight (gemini-mode
:type git
:repo "https://git.carcosa.net/jmcbray/gemini.el.git")
:mode (("\\.gmi\\'" . gemini-mode)
("\\.gemini\\'" . gemini-mode)
("\\.geminimap\\'" . gemini-mode))
:hook (gemini-mode . (lambda() (auto-fill-mode -1))))
(provide 'text/misc)