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

How do I apply the emacs configuration?? #3

Open
kaljitism opened this issue Jul 5, 2024 · 1 comment
Open

How do I apply the emacs configuration?? #3

kaljitism opened this issue Jul 5, 2024 · 1 comment

Comments

@kaljitism
Copy link

I have used your dotFiles for a while and currently writing my own, I was wondering how I could install just your emacs config. I am on NixOS and using vanilla emacs.

@justinlime
Copy link
Owner

justinlime commented Jul 5, 2024

It depends on if you are wanting to do it imperatively or declaratively.

To do so imperatively, you can just drop the files from the emacs directory contained in this repo into your $HOME/.emacs.d or $HOME/.config/emacs

To do so declaratively, I use a kind of cheeky solution for this, Instead of nixifying my entire emacs config, I just source the configuration files from the repo. You can see how I do this with home-manager here in emacs.nix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants