gnu: Add emacs-treemacs-icons-dired

Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2020-08-03 09:57:56 -04:00
parent 1e8b77890c
commit 438cc2dc91
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 25 additions and 0 deletions

View File

@ -24416,3 +24416,28 @@ maildir to count unread and total mails.")
")
(license license:gpl3+)))
(define-public emacs-treemacs-icons-dired
(package
(name "emacs-treemacs-icons-dired")
(version "20200530.2129")
(source
(origin
(method url-fetch)
(uri (string-append
"https://melpa.org/packages/treemacs-icons-dired-"
version
".el"))
(sha256
(base32
"1k049pf4iyd72mbd3kkkxljbrirj5gdb3zlmsb3rdpr7p7acdjj9"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-treemacs" ,emacs-treemacs)))
(home-page
"https://github.com/Alexander-Miller/treemacs")
(synopsis "Treemacs icons for dired")
(description
"Treemacs icons for dired. Code is based on all-the-icons-dired.el
")
(license license:gpl3+)))