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