all-the-icons-ibuffer-pkg.el (533B)
1 (define-package "all-the-icons-ibuffer" "1.3.0" "Display icons for all buffers in ibuffer" 2 '((emacs "24.4") 3 (all-the-icons "2.2.0")) 4 :commit "767b52186c1d9ef52f087f34a48af39c31e45b73" :authors 5 '(("Vincent Zhang" . "seagle0128@gmail.com")) 6 :maintainers 7 '(("Vincent Zhang" . "seagle0128@gmail.com")) 8 :maintainer 9 '("Vincent Zhang" . "seagle0128@gmail.com") 10 :keywords 11 '("convenience" "icons" "ibuffer") 12 :url "https://github.com/seagle0128/all-the-icons-ibuffer") 13 ;; Local Variables: 14 ;; no-byte-compile: t 15 ;; End: