-
Notifications
You must be signed in to change notification settings - Fork 52
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
Question - Can I replace dired with deer? #49
Comments
@synic, I will try to figure out how to do this. The one complication I see is that I have most of the ranger variables globally defined, so multiple deer or ranger windows will likely not work. I can look into window specific variables to store all this data, but haven't had the need to until recently when I fixed frame checking behaviour. Another thing you can try is to add a hook to dired-mode-hook or dired-mode-load-hook to open ranger after loading the dired buffer. |
@synic, added PR in spacemacs to work this way. punassuming/spacemacs@6bbaade |
Hrmm, it doesn't seem to work like I expect - maybe I'm going about this the wrong way. The project links on the homepage are nice, but they open in I really only want to use one filemanager, but if I can replace it in those contexts, it should be sufficient. |
@synic, No it doesn't, I am cancelling PR and adding options into ranger specifically. |
ok! Thank you. |
@synic, commit is in setting is ranger-override-dired. |
Yay, it works! Thank you thank you. |
I've been trying my hand at emacs lisp, but unfortunately it's not working quite right. Maybe you can help? I'm trying to replace dired with deer as the default directory handler. I've got the following function:
And then, in my config, I have this:
(setq find-directory-functions '(deer-find-file cvs-dired-noselect dired-noselect))
Unfortunately, when I try to open a directory, it says:
The text was updated successfully, but these errors were encountered: