phoenixanimations
phoenixanimations
Was just about to request this. This package has a really nice ui, and I like how you can change the settings on the result screen. Thanks either way :).
Hey correct me if I'm wrong but when I run this I get: `let: Symbol’s function definition is void: omnisharp-remove-from-project-current-file` I did a grep search for that function in elpa/omnisharp-20170909.319,...
Hi another thanks from me for the package. I believe the above poster is trying to do something like this: ``` hi 0 what 1 who 2 how? 3 ```...
Oh wow, thank you. That's quite interesting and funny enough I might prefer the more explicit in that case. Anyway thanks for the speedy response, and that definitely solves my...
@noctuid I have the same issue. I can replicate this with a new `emacs -Q` as well. ```elisp (package-initialize) (require 'swiper) (global-visual-line-mode) ``` If I go into a directory with...
Perfectly valid. Perhaps just mention in the `:config` section of the doc, that order can still matter? If you do ```elisp (use-package test-01 :demand t :config (message "Config: test-01")) (use-package...
I've stumble across this problem myself as well. I eventually found out that the easiest way to play nice with emacs theming system, is to deactivate a specific theme and...
No problem I responded casually and didn't realize it was so long ago haha. Figure I would mention `disable-theme` as I'm a big fan of switching themes and for the...
Just to let you guys know I did a little testing if you download the package "smart-tab" from melpa and add: ```elisp (require 'yankpad) (require 'smart-tab) (setq smart-tab-using-hippie-expand t) (add-to-list...
Ya of course :) ty for this package.