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:
parent
0f87c4ddb5
commit
40041912f9
1 changed files with 1 additions and 1 deletions
|
@ -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 I’m in Evil’s =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
|
||||
|
|
Loading…
Reference in a new issue