We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I saw there was a toggle option, but it doesn't quite fit into my workflow as much as I'd like it to.
I was hoping it would be possible that whenever I press enter on a file within project-explorer's window it would collapse.
The text was updated successfully, but these errors were encountered:
See if this helps.
(defadvice pe/return (after close-window activate) (let (( window (pe/get-project-explorer-window))) (when window (with-selected-window window (with-current-buffer (window-buffer window) (pe/quit))))))
Sorry, something went wrong.
I tried adding it at the top of the project-explorer.el file, but I can't seem to get it to work.
EDIT: however puting it at the bottom juste before the project-explorer toggle function worked. Won't this get deleted each time I update though ?
You can put it inside your .emacs.
.emacs
No branches or pull requests
I saw there was a toggle option, but it doesn't quite fit into my workflow as much as I'd like it to.
I was hoping it would be possible that whenever I press enter on a file within project-explorer's window it would collapse.
The text was updated successfully, but these errors were encountered: