-
|
Hi, thanks for such a great package! I adopt the directory structure like below: Note that When I execute How can I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There are many ways to achieve this! :) Since the Eask-file is an elisp file, you can do: Option A. Use
|
Beta Was this translation helpful? Give feedback.
There are many ways to achieve this! :)
Since the Eask-file is an elisp file, you can do:
Option A. Use
loadorload-fileOption B. Change
load-pathgloballyOption C. Use Eask's DSL
load-pathsThis is essentially the same as Option B..
See https://emacs-eask.github.io/DSL/ for more information! :D
A tiny suggestion, you might want to add hook to avoid pollute other command's environment.