Skip to content

general customisation guidance #128

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

You must be logged in to vote

Hello @michaelssingh ,

You can take a look to skel/, I'm trying to keep it updated with configuration examples. The logic of user customization is explained briefly in the README file. In a nutshell, it is recommended to configure packages in with-eval-after-load blocks, or by including a use-package block inside your config.el with your extra customization. The config.el is loaded after MinEmacs modules, so it can override what has been configured before. The order of loading configuration files is described here.

Please note that MinEmacs uses straight.el to install packages, so it is recommended to use the same package manager and not mix it up with the builtin package.el. TLDR: use :s…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by abougouffa
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants