ReneFroger
ReneFroger
But it would be possible to import or read the pending tasks from Taskwarrior? It's all stored in plain text anyway, so I don't see any problem with it.
After looking in the source code of `main.py` of Guake, I was able to disable it with `guake --no-startup-script` and removed the command in Guake prefences. But I believe there...
Thanks for your suggestion. However, when calling it like: ` (add-hook 'dirvish-mode-hook #'dirvish-emerge-mode)` I get the error >> run-hooks: Symbol’s function definition is void: dirvish-emerge-mode And `dirvish-emerge-mode` is also not...
Thanks for your reply, I forgot the backslash on the last line here, but in my setup the backslash is set. I still get the message. What went wrong? And...
It was already set in my vimrc. :) In my _vimrc (note, I'm using Gvim), I use the following config: let g:vim_sftp_configs = { \ 'sample_server_1' : { \ 'upload_on_save'...
Switched to Emacs. I suggest you do the same, the Vim inside Spacemacs is even better. In Emacs you can everything there as you do in Vim with Evil. Everything....
Try Spacemacs to figure out already if it's something for you.
I would like to integrate Google Code Search into my Unite workflow. Like :Unite file file_rec everything and Google Code Search. With Grep that's not possible.
I looked again. It gives you the output from a binary, and in same way Everything does the same (filtering the contents). So could it be possible to wrap Csearch.exe...
I have reĂŻnstalled the latest use-package, and I got an error. Might be related to this? ``` Error (use-package): flx-isearch/:catch: Wrong type argument: stringp, :init-value ``` with ``` (use-package flx-isearch...