Tu Do
Tu Do
Here is the content of `*URL-DEBUG*`: ``` text http -> Contacting host: api.github.com:443 http -> Marking connection as busy: api.github.com:443 # http -> Request is: POST /markdown HTTP/1.1 MIME-Version: 1.0...
You can disable pre-input with: ``` elisp ;; disable pre-input (setq helm-swoop-pre-input-function (lambda () "")) ``` So, `helm-swoop` won't automatically use symbol at point. But originally, you can always erase...
So, is it possible to switch back to previous Helm command invoked? As I said above, I combine `helm-source-semantic` along with `helm-source-gtags-select` together into a command. Now, when I enter...
Well, those dictionaries have definitions with multiple lines, so I don't think it can be converted from `.ding` format to those and I also tried to search for one, but...
Sure, `helm-dictionary` is already very useful atm. Being able to access such a big collection of dictionaries make it even cooler.