Emacs: Remove useless bit in ebuild-mode recipe.

This commit is contained in:
tastytea 2020-05-20 08:05:07 +02:00
parent 09651ab5b1
commit 8efda1a1a7

View File

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