diff --git a/init.d/text/misc.el b/init.d/text/misc.el index 186eeb5..da5a820 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-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)