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

make the ews root dir and theme configurable options for those using spacemacs etc. #29

Open
vxe opened this issue Dec 19, 2024 · 4 comments

Comments

@vxe
Copy link

vxe commented Dec 19, 2024

great work on this, I was able to load this from my spacemacs configs by manually overriding the ews.el location, which is assumed to be .emacs.d and commenting on the theme block. If you could add a defcustom which default to ~/.emacs.d but is configurable to a custom path I think you could support people coming from other distributions without breaking any current users. thanks

@pprevos
Copy link
Owner

pprevos commented Dec 19, 2024

Next week I will publish ews.el as a separate package, so it can be pulled from MELPA. Would that help your case?

@vxe
Copy link
Author

vxe commented Dec 19, 2024

yeah that would be great! and if possible making loading the provided theme optional as it collided with my current one that would also be appreciated. thanks

@pprevos
Copy link
Owner

pprevos commented Dec 19, 2024

I never intended the EWS configuration to be loaded as is. It is a starter kit that you can modify to your liking. I will only update it sporadically.

@zenny
Copy link

zenny commented Jan 1, 2025

great work on this, I was able to load this from my spacemacs configs by manually overriding the ews.el location, which is assumed to be .emacs.d and commenting on the theme block. If you could add a defcustom which default to ~/.emacs.d but is configurable to a custom path I think you could support people coming from other distributions without breaking any current users. thanks

Hi @vxe ,

From emacs v29, it is possible to specify init directory to the desired location. I use:

emacs --debug-init --init-directory=/path/to/emacs-writing-studio without messing the default ~/.emacs.d directory. It works like a charm.

Happy new year and cheers,
/zenny

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

3 participants