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))))