Skip to content

The misohena branch of this repository is my custom version. I have fixed several issues that were obstacles for my daily use. All of these issues are common with all-the-icons-dired. Please refer to the commits for specific changes.

License

Notifications You must be signed in to change notification settings

misohena/nerd-icons-dired

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nerd-icons-dired - Use nerd-icons for Dired

https://melpa.org/packages/nerd-icons-dired-badge.svg

nerd-icons-dired is inspired by all-the-icons-dired

screenshots/demo.png

Usage

add nerd-icons-dired to the load-path

(require 'nerd-icons)
...
(require 'nerd-icons-dired)
(add-hook 'dired-mode-hook #'nerd-icons-dired-mode)

or using use-package

(use-package nerd-icons-dired
  :hook
  (dired-mode . nerd-icons-dired-mode))

About

The misohena branch of this repository is my custom version. I have fixed several issues that were obstacles for my daily use. All of these issues are common with all-the-icons-dired. Please refer to the commits for specific changes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%