Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conside change private-repo to seperate directory #406

Closed
driftcrow opened this issue Feb 5, 2018 · 3 comments
Closed

conside change private-repo to seperate directory #406

driftcrow opened this issue Feb 5, 2018 · 3 comments
Labels
is:feature Adds or requests new features, or extends existing ones status:resolved Issue was addressed internally

Comments

@driftcrow
Copy link
Contributor

Observed behavior

private repo include private init.el and some private module, thou if I add private module I need link to .emacs.d/... manually. and if I want try anothers config ,then I shoud unlink all my private repo init.el and module dir. then link others all assets. when restore then repeate do again .it's inconvenient.

Expected behavior

please conside seperate these private file in one directory like spacemacs for VC and switch handly.

@xarthurx
Copy link
Contributor

xarthurx commented Feb 6, 2018

upvote.

@hlissner hlissner added the is:feature Adds or requests new features, or extends existing ones label Feb 6, 2018
@hlissner hlissner added this to the 2.1 milestone Feb 6, 2018
hlissner added a commit that referenced this issue Feb 15, 2018
A modules/ submodule will be symlinked to ~/.emacs.d/modules/private.
@hlissner
Copy link
Member

hlissner commented Feb 15, 2018

As of b3dcba5, if you have :config private enabled, you can now put your private module in ~/.doom.d (and sub-modules in ~/.doom.d/modules/).

If you'd like to adhere to XDG conventions, use the +xdg flag: (doom! :config (private +xdg)), then it'll be ~/.config/doom instead.

It's still a little experimental. Let me know if it gives you trouble.

@hlissner hlissner added the status:resolved Issue was addressed internally label Feb 15, 2018
@driftcrow
Copy link
Contributor Author

thanks for code, it works fine

@hlissner hlissner closed this as completed Aug 2, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
is:feature Adds or requests new features, or extends existing ones status:resolved Issue was addressed internally
Projects
None yet
Development

No branches or pull requests

3 participants