From 8efda1a1a75fe6e73fac52714a9078dc9fc485a5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 20 May 2020 08:05:07 +0200 Subject: [PATCH] Emacs: Remove useless bit in ebuild-mode recipe. --- init.d/text/misc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/text/misc.el b/init.d/text/misc.el index b166349..7b1fe6e 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-20T05:53:50+0000> +;; Time-stamp: <2020-05-20T06:04:17+0000> ;;; Commentary: @@ -157,7 +157,7 @@ :init (unless (string-match-p "gentoo" operating-system-release) (straight-use-package '(ebuild-mode - :type git :host nil + :host nil :repo "https://anongit.gentoo.org/git/proj/ebuild-mode.git"))) :hook (ebuild-mode . (lambda () (set-fill-column 80))))