From 40041912f9e5203054efa09746c1ea5b0dc583ac Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Wed, 19 Apr 2023 08:57:06 -0700 Subject: [PATCH] Remove TAB for hippie-expand This has been tripping me up in very odd situations, so I will just use its original key bindings. --- ha-config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha-config.org b/ha-config.org index 27c21de..0ce1e3c 100644 --- a/ha-config.org +++ b/ha-config.org @@ -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