Skip to content

[Question] how to define my own module? #132

Answered by abougouffa
emacsbliss asked this question in Q&A
Discussion options

You must be logged in to vote

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 from config.el with:

(load (concat minemacs-config-dir "modules/my-module.el"))

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@emacsbliss
Comment options

Answer selected by abougouffa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #131 on November 25, 2023 22:08.