all-the-icons-ibuffer

Homepage: https://github.com/seagle0128/all-the-icons-ibuffer

Author: Vincent Zhang

Updated:

Summary

Display icons for all buffers in ibuffer

Commentary

Display icons for all buffers in ibuffer.

Install:
From melpa, `M-x package-install RET all-the-icons-ibuffer RET`.
(add-hook 'ibuffer-mode-hook #'all-the-icons-ibuffer-mode)
or
(use-package all-the-icons-ibuffer
  :ensure t
  :hook (ibuffer-mode . all-the-icons-ibuffer-mode))

Dependencies