Adding Subdirectories to Load Path

前端 未结 2 1590
猫巷女王i
猫巷女王i 2021-02-05 12:12

Rather than individually specifing each subdirectory in my plugins directory I want to be able to automatically load them, to that end I included the following to my .emacs file

2条回答
  •  情歌与酒
    2021-02-05 12:35

    You might investigate the role of the subdirs.el files during startup. It is a good way get subdirectories into your load-path.

    For example, much of the default load-path arises as a consequence of the files discovered by this command:
    find /usr -name subdirs.el

提交回复
热议问题