12 lines
485 B
EmacsLisp
12 lines
485 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "nerd-icons-dired" "20250506.1729"
|
|
"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 "69b5d3176b7bb08ac1f477cf7c5a491b9b0b5b54"
|
|
:revdesc "69b5d3176b7b"
|
|
:keywords '("lisp")
|
|
:authors '(("Hongyu Ding" . "rainstormstudio@yahoo.com"))
|
|
:maintainers '(("Hongyu Ding" . "rainstormstudio@yahoo.com")))
|