Adam Porter
Adam Porter
This may be relevant: ``` magit-section-ident-value is a byte-compiled Lisp function in ‘magit-section.el’. (magit-section-ident-value OBJECT) Return OBJECT’s value, making it constant and unique if necessary. This is used to correlate...
> e.g. `(magit-section-ident-value (magit-current-section))` evaluates to the `[room session]` vector that is the value of the section at point. That could probably be used to iterate over sections to find...
@phil-s I'm tidying up the list of issues for the v0.15 release. Do you think this should be merged for v0.15 or deferred for v0.16? (I generally try to keep...
Sure, I'll mark it for v0.16 then. Thanks.
It's not intended for that, but you could try using `savehist` to save its value. Beyond that, if it's really a requested feature, we could use `persist` to do it.
> @alphapapa Would you consider supporting a PR to make magit-todos a non-global mode? I'd like to disable it in remote projects but still keep it in locals and atm...
Solved in https://github.com/alphapapa/magit-todos/commit/cb06a9e54154d132e9129ca20cfd9608123a3c78.
@LaurenceWarne Thanks for your patience. @b40yd Thanks for reminding me.
I appreciate the thoughtful discussion here and the PR in #137. I'm going to postpone that until v1.7 since it's a larger change. For now I just adjusted the documentation...
v1.6 of magit-todos requires Emacs 26.1 or later, so closing this. Thanks for reporting, though.