Protesilaos Stavrou
Protesilaos Stavrou
> From: jf ***@***.***> > Date: Sun, 23 Jun 2024 07:02:17 -0700 > > @protesilaos I'm guessing this issue should be closed? Yes, sure! -- Protesilaos Stavrou https://protesilaos.com
Thank you for the detailed explanation! Since you suggested "transformation", maybe you could write in the README that it is for "translation and transformation", or something along those lines (because...
Yes, the proposed text sounds better. As for the literate program, how would it work with MELPA, should you ever choose to go down that path?
I have noticed some alignment issues regardless of Marginalia. Changing all spaces to tabs seems to improve things, though the spacing is less tight than before. I suppose this should...
Thanks for tracking this as a standalone issue!
Hello @zenspider! This issue slipped through the cracks. I cannot find the command `find-file-in-project`. Perhaps you mean `project-find-file`? At any rate, I can reproduce the problem. This change fixes it...
Just to add that we can then make the `mct--dynamic-completion-categories` a user option.
> From: Ryan Davis ***@***.***> > Date: Sat, 27 Apr 2024 12:51:05 -0700 > > FFIP = https://melpa.org/#/find-file-in-project ... I am not sure it > matters as it is just...
This change makes passlist items persist their completions: ```diff mct.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mct.el b/mct.el index b231dc8..a2e9f3e 100644 --- a/mct.el +++...
I will rewrite that function now, but the above diff proves the concept.