karthink
karthink
A little held up at the moment, please feel free to submit it. 👍 On Sun, Jan 23, 2022, 11:42 AM Brit Butler ***@***.***> wrote: > Any update on this?...
@trev-dev Thanks. Before submission, it might be a good idea to update the package for Emacs 29, since the latest `project.el` has changed a bit. Nothing's broken in project-x (as...
> Do you suspect that Emacs 29 will essentially deprecate project-x? project-x's other feature is to save and restore your project files and window configuration. project.el is not gaining this...
> This is a great package, I think it should go on melpa. I'm pretty new to emacs so I can't do a pr for it though unfortunately. Btw I'm...
> I would love to be able to go back to where I was in dired, even though I have closed the buffer. (And maybe even after I shut down...
This is not currently implemented. If you use Embark, my suggestion is to use `embark-become` to change the command to `find-file` or equivalent.
Since the bookmark system is open-ended, it's not clear how to figure out if a bookmark is eventually a directory. Bookmarks can be anything from a web link to a...
The main problem you'd run into is that `consult-dir` offers a limited selection of directories, whereas `read-directory-name` can read any existing (or non-existing) directory. May I ask why you want...
Thanks for the heads-up. I'm not able to reproduce this, how long a path do you need to trigger this behavior?
This is not the default since not all directories proffered by consult-dir are projects, and since many people use projectile. You can set the default consult-dir command for your Emacs...