jtbm37 / all-the-icons-dired

Adds dired support to all-the-icons
GNU General Public License v3.0
197 stars 26 forks source link

auto add icons for inserted subdirectories #28

Closed mohkale closed 4 years ago

mohkale commented 4 years ago

see #27

For now I've just implemented it for dired-maybe-insert-subdirectory.

I can't do the same thing for dired-create-directory because dired expects the dired buffer to end with an empty line, and so I'll have to narrow to the new directory line, append a new line to the end of the buffer, delete the new line from the end of the buffer & then widen.