[Question] how to define my own module? #132
Answered
by
abougouffa
emacsbliss
asked this question in
Q&A
-
couldn't find it anywhere in documentation, not sure if it's supported.. Basically I wan to be able to define my own modules (similar to Doom Emacs) in ~/.minemacs.d |
Beta Was this translation helpful? Give feedback.
Answered by
abougouffa
Nov 25, 2023
Replies: 1 comment 1 reply
-
Hello @emacsbliss , Well, there is no formal way of doing that. You can do it directly in your (load (concat minemacs-config-dir "modules/my-module.el")) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
abougouffa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @emacsbliss ,
Well, there is no formal way of doing that. You can do it directly in your
~/.minemacs.d/config.el
or in a separate file (ex.~/.minemacs.d/modules/my-module.el
) and then load it fromconfig.el
with: