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
Hi,
ggtags has a very handy feature ggtags-toggle-project-read-only (but I don't use ggtags). Could you add it to projectile?
ggtags
ggtags-toggle-project-read-only
Thanks!
The text was updated successfully, but these errors were encountered:
What does it do?
Sorry, something went wrong.
As the name suggests, it basically toggles between
((nil (buffer-read-only . t)))
and
((nil (buffer-read-only)))
in .dir-locals.el in the project root.
.dir-locals.el
It also makes all current buffers associated with files of the project read-only. Not sure how it is done. I am not familiar with elisp.
I need too, when I reading git project source code without modify it.
acbc72f
No branches or pull requests
Hi,
ggtags
has a very handy featureggtags-toggle-project-read-only
(but I don't useggtags
). Could you add it to projectile?Thanks!
The text was updated successfully, but these errors were encountered: