Diego Alvarez

Results 56 comments of Diego Alvarez

still failing for me. I changed `kubectl-choose-namespace` to: ``` elisp (defun kubectl-choose-namespace (namespace) "Select a new namespace interactively" (interactive (list (completing-read "Namespace: " (kubectl--namespace-names) nil t))) (setq kubectl--namespace namespace) (kubectl-pods-refresh))...

> Perhaps it's some incompatibility with evil? looks like it! > Do you think there'd be a better way to achieve that, than trying to simulate a press of g?...

a workaround that worked for me, is to modify the syntax table for specific modes ```lisp (modify-syntax-entry ?_ "w" emacs-lisp-mode-syntax-table) (modify-syntax-entry ?- "w" emacs-lisp-mode-syntax-table) (modify-syntax-entry ?_ "w" org-mode-syntax-table) (modify-syntax-entry ?-...

> (But I have to say I am also a little surprised someone would want to treat - and _ are word constituents!) I'm used to threat variables as a...

@oantolin feel free to revert to the original behaviour. [This](https://github.com/oantolin/orderless/issues/60#issuecomment-858152983) works perfectly fine for me, these are the only modes where I need to change the word definition. And thanks...

In Alfred it could be a workflow, triggered by a `hotkey` that calls a `Run Script` action.

@ztlevi could you try this , It might be a privacy/permission issue. BTW, In this [issue](https://github.com/tecosaur/emacs-everywhere/pull/20) we talked a bit about how to use this on MacOS, without relying on...

> I only have emacs and alacritty in `security&privacy`->`accessibility` and same as my automation section. > > I'm not using Terminal. Maybe that's the reason? 🤔I'm also using Alacritty. but...

Just wanted to confirm that `keystroke (the clipboard as text)` breaks emojis, it works when changed to Command V