cannot open load dired-details

后端 未结 1 701
谎友^
谎友^ 2020-12-21 15:09

I just installed the emacs package dired-details from inside emacs via

M-x package-list-packages

clicked on the package name a

相关标签:
1条回答
  • 2020-12-21 15:58

    Packages you installed with package.el need to be initialized if you want to access them during emacs initialization.

    Add the line

    (package-initialize)
    

    to the very beginning of your .emacs .

    Also follow phil's recommendation and see the variable

    package-enable-at-startup
    
    0 讨论(0)
提交回复
热议问题