Questions tagged [project]
The project tag has no summary.
49 questions
0 votes
0 answers
13 views
Emacs project.el over Tramp: Inserting .gitmodules failed
When using Emacs' built-in project.el functionality with git repositories containing submodules over Tramp, there's a significant performance issue caused by repeated, unsuccessful attempts to access ....
0 votes
0 answers
125 views
How to blacklist folder from project.el
sometimes I write a throwaway script in my home folder. If that happens to be a python script, then Emacs hangs. Why? Well, project.el recognized it as a (maybe transient) project and eglot starts ...
0 votes
1 answer
73 views
How can you load a theme for certain files and not others?
I've been using emacs for 20+ years, but I need to ask for help with some of the more interesting features. In my software work, I like to set different themes for widely different projects in the ...
0 votes
0 answers
68 views
project--vc-list-files wrong-type-argument stringp, nil when using project.el's project file search function over TRAMP
What it sounds like. Trying to use a project in a Podman (distrobox) container, and find-file works fine, so does running an LSP inside the container and transparently talking to it via Emacs, and so ...
0 votes
1 answer
90 views
Moving from VSCode: suggest a workflow that does not involve the tree view
I am considering moving from VScode to emacs, mostly motivated by the awesomeness of emacs; and by org-mode. But I am genuinely struggling to be comfortable without having a project tree view. How do ...
0 votes
0 answers
47 views
How do I create a project tree from yasnippet
I have built a project prototype as a module in a directory tree in the following example: module main.ext module_feature item.ext another_item.ext I would like to insert the module ...
2 votes
2 answers
841 views
project-find-file completion and navigation
I am learning to use project-find-file. I know there are better alternatives in melpa, but I would like to learn the "out of the box" functionality. When I do project-find-file, start typing ...
1 vote
1 answer
823 views
project.el: override project-find-regexp with use-package to show live results like project-find-file (preferably with consult)?
When switching projects, there's a few commands available off the bat that can be selected from the mini-buffer after selecting a project. [f] Find file [g] Find regexp [d] Find directory ... Both ...