Tom Dalziel
Tom Dalziel
Well spotted @countvajhula - we should adjust that. The `text-scale-mode-step` and `text-scale-mode-amount` are what `text-scale-adjust` use to calculate the new height of the default face, so I'm thinking they could...
I've reverted the commit which caused these bugs. Sorry for the inconvenience @chopptimus. @countvajhula feel free to take a look at a solution if you can. If not, I will...
I'm not sure what you mean by "evil uses 'pre-command hook to detect motions being used" - can you point to some code? I'm also not sure what the problem...
You could also just put ``` (run-hooks 'pre-command-hook) ``` in your function, but I can see that feels a bit hacky too. To answer your initial question, no I don't...
Hmm strange - I would have expected both to work. The official docs do suggest to use `evil-select-search-module`, but maybe they should be stronger. I assume adding `(evil-select-search-module 'evil-search-module 'evil-search)`...
That makes sense. As use-package docs say: > Use the :init keyword to execute code before a package is loaded. And `evil-select-search-module` won't be available before evil is loaded.
This has been fixed by https://github.com/emacs-evil/evil-cleverparens/commit/7b478ead857a47961c2e14f86a9259d96d440d25
Seems to be fixed by https://github.com/emacs-evil/evil/commit/6dbb2d82c5e8d8a5c934ce7a9f93e3f8eff51665
@wrobell when you say "evil-cleverparens seems to have similar issues like evil itself" can you be more specific? evil-cleverparens is now part of the emacs-evil org, and I'm actively interested...
Sorry for the delay @wrobell. Neither really. It's not a bug, but you're not doing anything wrong. I don't think this is relevant to evil-cleverparens. Evil deals with this for...