cannot open load dired-details
问题 I just installed the emacs package dired-details from inside emacs via M-x package-list-packages clicked on the package name and then install in the newly opened buffer. Then I put those lines into my .emacs : (require 'dired-details) (setq-default dired-details-hidden-string ">---< ") (dired-details-install) When I restart emacs , I get the following error: File error: Cannot open load file, dired-details The interesting thing is, that when I mark the code region above and apply M-x eval