From 2339d9a6e8376928d51cc1c78e2d401638978096 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Wed, 28 Feb 2024 21:59:54 -0500 Subject: [PATCH] Remove org tab bindings --- config.org | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config.org b/config.org index 564cbd5..a52c8e5 100644 --- a/config.org +++ b/config.org @@ -2375,11 +2375,6 @@ doesn't mean everyone would have the time or patience to make it work. (45 . 8226)))) ;; Bindings -(map! :after org - :map evil-org-mode-map - :i "TAB" #'indent-for-tab-command - :i "" #'indent-for-tab-command) - (map! :after org :map org-mode-map :localleader @@ -2683,7 +2678,8 @@ parsing my todos easier, so we'll use ~org-super-agenda~: (let ((inhibit-message t)) (org-super-agenda-mode)) - ;; This map causes evil bindings to not work while on super agenda headers + ;; This map is unnecessary and causes evil bindings to not work + ;; while on super agenda headers (setq org-super-agenda-header-map nil)) #+end_src