Emacs: Remove useless bit in ebuild-mode recipe.
This commit is contained in:
parent
09651ab5b1
commit
8efda1a1a7
|
@ -1,6 +1,6 @@
|
||||||
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@
|
||||||
:init (unless (string-match-p "gentoo" operating-system-release)
|
:init (unless (string-match-p "gentoo" operating-system-release)
|
||||||
(straight-use-package
|
(straight-use-package
|
||||||
'(ebuild-mode
|
'(ebuild-mode
|
||||||
:type git :host nil
|
:host nil
|
||||||
:repo "https://anongit.gentoo.org/git/proj/ebuild-mode.git")))
|
:repo "https://anongit.gentoo.org/git/proj/ebuild-mode.git")))
|
||||||
:hook (ebuild-mode . (lambda () (set-fill-column 80))))
|
:hook (ebuild-mode . (lambda () (set-fill-column 80))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user