Email or username:

Password:

Forgot your password?
Chip Butty

Does anyone have a good way of separating state from config in emacs? I've got a number of things like org-roam dbs and mastodon logins that are state rather than config so I'd like to keep them outside of my config. Do I just need to do a bunch of setqs?

2 comments
Andrew Tropin

@otfrom This is a good question. Secrets for IRC/mail/whatever can be managed by password-store and emacs have integration for it.

The state itself: password-store, roam-directory and others should be managed somehow too. I had a very raw prototype in rde, but I need to revisit it and re-implement it probably from ground up.

git.sr.ht/~abcdw/rde/tree/3019

[DATA EXPUNGED]
Andrew Tropin

@otfrom I do not recommend to use the source I linked, it's just to demonstrate a bare idea. The code itself will be deprecated soon.

Go Up