dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

all-the-icons-dired-pkg.el (487B)


      1 (define-package "all-the-icons-dired" "2.0" "Shows icons for each file in dired mode"
      2   '((emacs "24.4")
      3     (all-the-icons "2.2.0"))
      4   :commit "a758766878b6e8b9eaaf41d68599a2df99e37f48" :authors
      5   '(("jtbm37"))
      6   :maintainers
      7   '(("Jimmy Yuen Ho Wong" . "wyuenho@gmail.com"))
      8   :maintainer
      9   '("Jimmy Yuen Ho Wong" . "wyuenho@gmail.com")
     10   :keywords
     11   '("files" "icons" "dired")
     12   :url "https://github.com/wyuenho/all-the-icons-dired")
     13 ;; Local Variables:
     14 ;; no-byte-compile: t
     15 ;; End: