Skip to content

Commit

Permalink
Merge pull request #5 from nixmaniack/disable-echo-area-message
Browse files Browse the repository at this point in the history
Don't display "Displaying icons" message in echo area
  • Loading branch information
jtbm37 authored Dec 3, 2016
2 parents e024410 + 5fd5dbd commit ed39660
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion all-the-icons-dired.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"Display the icons of files in a dired buffer."
(when (and (not all-the-icons-dired-displayed) dired-subdir-alist)
(setq-local all-the-icons-dired-displayed t)
(message "Displaying icons")
(let ((inhibit-read-only t)
(remote-p (tramp-tramp-file-p default-directory)))
(save-excursion
Expand Down

0 comments on commit ed39660

Please sign in to comment.