gnu: Add emacs-all-the-icons-dired.
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0ff3c6a006
commit
bb1df815d0
|
@ -14609,6 +14609,32 @@ based on diff output.")
|
||||||
based on diff output.")
|
based on diff output.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-all-the-icons-dired
|
||||||
|
(let ((commit "980b7747d6c4a7992a1ec56afad908956db0a519")
|
||||||
|
(version "1.0")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "emacs-all-the-icons-dired")
|
||||||
|
(version (git-version version revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/jtbm37/all-the-icons-dired/")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1pvbgyxfj4j205nj1r02045f1y4wgavdsk7f45hxkkhms1rj8jyy"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-all-the-icons" ,emacs-all-the-icons)))
|
||||||
|
(home-page "https://github.com/jtbm37/all-the-icons-dired/")
|
||||||
|
(synopsis "Show icons for each file in @code{dired-mode}")
|
||||||
|
(description "This package allows icons from @file{all-the-icons.el} to
|
||||||
|
be used in @code{dired-mode}.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-semantic-refactor
|
(define-public emacs-semantic-refactor
|
||||||
;; The last release, 0.5, was made on 2015-07-26 and there have been 47
|
;; The last release, 0.5, was made on 2015-07-26 and there have been 47
|
||||||
;; commits since then.
|
;; commits since then.
|
||||||
|
|
Loading…
Reference in New Issue