Skip to content

Preferred way to keep personal configs on git with minimal-emacs.d? #13

Closed Answered by jamescherti
jhiltu asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @jhiltu,

I am glad to hear the minimal-emacs.d config has been helpful to you!

The symbolic link solution you're using is actually a solid approach. It keeps the configuration separate while still allowing you to easily pull updates from the original repository.

Alternative solution: Modify the minimal-emacs-user-directory variable by adding the following to the ~/.emacs.d/pre-early-init.el file:

(setq minimal-emacs-user-directory "~/.config/min-emacs/")

This will ensure that the minimal-emacs.d configuration loads post-early-init.el, pre-init.el, and post-init.el from ~/.config/min-emacs/.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jhiltu
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