Skip to content
New issue

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

supress "Symbolic link to Git Controlled source file; follow link?" prompt #25

Closed
wwzhang opened this issue Apr 30, 2022 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@wwzhang
Copy link

wwzhang commented Apr 30, 2022

Is that possible to suppress it? Likely, it might be suffice for the warning of linked file just one time for each folder?

BTW, it is possible to set dirvish to omit several file types for display? Such as not list the .DS_Store files on Mac.

@alexluigit
Copy link
Owner

If 5e23356 failed to solve this, I would suggest you set vc-follow-symlinks to t globally, which is also what I did.

BTW, it is possible to set dirvish to omit several file types for display?

Use dired-omit-mode for this purpose

(setq dired-omit-files (concat dired-omit-files "\\|^\\.DS_Store"))

See the dired-x config

@alexluigit alexluigit changed the title supress the pop-up wiondow for each linked file in a folder supress "Symbolic link to Git Controlled source file; follow link?" prompt May 3, 2022
@alexluigit alexluigit added the enhancement New feature or request label May 3, 2022
tarsius pushed a commit to emacsmirror/dirvish that referenced this issue Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants