From c9eb9776b5bfc416cfc698b060b11920abcafc87 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 15 Jun 2020 16:02:57 +0200 Subject: [PATCH] Emacs: gemini-mode is now in MELPA. --- init.d/text/misc.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init.d/text/misc.el b/init.d/text/misc.el index da5a820..261f979 100644 --- a/init.d/text/misc.el +++ b/init.d/text/misc.el @@ -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)