12 lines
485 B
EmacsLisp
12 lines
485 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "nerd-icons-dired" "20260206.1554"
|
|
"Shows icons for each file in dired mode."
|
|
'((emacs "24.4")
|
|
(nerd-icons "0.0.1"))
|
|
:url "https://github.com/rainstormstudio/nerd-icons-dired"
|
|
:commit "929b62f01b93d30a3f42cc507fc45c84a2457b3f"
|
|
:revdesc "929b62f01b93"
|
|
:keywords '("lisp")
|
|
:authors '(("Hongyu Ding" . "rainstormstudio@yahoo.com"))
|
|
:maintainers '(("Hongyu Ding" . "rainstormstudio@yahoo.com")))
|