Emacs: gemini-mode is now in MELPA.

This commit is contained in:
tastytea 2020-06-15 16:02:57 +02:00
parent cfbe890a38
commit c9eb9776b5
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-29T16:40:47+0200>
;; Time-stamp: <2020-06-15T15:59:47+0200>
;;; Commentary:
@ -170,9 +170,6 @@
;; Syntax-highlighting mode for text/gemini.
(use-package gemini-mode
:straight (gemini-mode
:type git
:repo "https://git.carcosa.net/jmcbray/gemini.el.git")
:hook (gemini-mode . (lambda() (auto-fill-mode -1))))
(provide 'text/misc)