commit 73b2be4772b8dfdda8ad0432e3a81a1c58c7c438 parent 51ff577342dd5c0781b43e579a07fd45f7d2f26b Author: Cem Keylan <cem@ckyln.com> Date: Tue, 3 Mar 2020 15:06:40 +0300 get TAB functionality back Diffstat:
M | init.org | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/init.org b/init.org @@ -150,6 +150,7 @@ while I am using Emacs. Let's begin with the evil-mode itself. :ensure t :init (setq evil-want-keybinding nil) + (setq evil-want-C-i-jump nil) :config (evil-mode 1)) #+END_SRC