Stanislav Arnaudov
Stanislav Arnaudov
The button for the parent directory is inserted in the function `neo-buffer--insert-root-entry`. Maybe you can start form there. Also, what do you mean exactly? Did you do something with your...
I think that for this use case, something like `helm-ag` will be much more reasonable tool.
Is this feature still considered? Are you interested in PRs for this and in general for the issues marked with "feature request"?
This issue seems to be already solved. There are custom variables for the suggested faces ```elisp (defcustom helm-swoop-use-line-number-face nil ... ) ... (defcustom helm-swoop-line-number-face ... ) (defcustom helm-swoop-target-word-face ...) (defcustom...
It seems that the call to the Google Speech API is failing. I hope you know that `r.recognize_google(audio)` uses a API from Google that is only for Chromium developers (or...