Remove TAB for hippie-expand

This has been tripping me up in very odd situations, so I will just
use its original key bindings.
This commit is contained in:
Howard Abrams 2023-04-19 08:57:06 -07:00
parent 0f87c4ddb5
commit 40041912f9

View file

@ -1445,7 +1445,7 @@ Details on its job? We need to update its [[help:hippie-expand-try-functions-lis
#+end_src
In the shell, IDEs and other systems, the key binding is typically ~TAB~. In modes other than =org-mode=, ~TAB~ re-indents the line with [[help:indent-for-tab-command][indent-for-tab-command]], but I find that I want that feature when Im in Evils =normal state= and hit the ~=~ key, so changing this sounds good. But why not /have both/?
#+begin_src emacs-lisp
#+begin_src emacs-lisp :tangle no
(advice-add #'indent-for-tab-command :after #'hippie-expand)
#+end_src
*** Corfu