Remove org tab bindings

This commit is contained in:
Kiana Sheibani 2024-02-28 21:59:54 -05:00
parent 9c6d292c6e
commit 2339d9a6e8
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2375,11 +2375,6 @@ doesn't mean everyone would have the time or patience to make it work.
(45 . 8226)))) (45 . 8226))))
;; Bindings ;; Bindings
(map! :after org
:map evil-org-mode-map
:i "TAB" #'indent-for-tab-command
:i "<tab>" #'indent-for-tab-command)
(map! :after org (map! :after org
:map org-mode-map :map org-mode-map
:localleader :localleader
@ -2683,7 +2678,8 @@ parsing my todos easier, so we'll use ~org-super-agenda~:
(let ((inhibit-message t)) (let ((inhibit-message t))
(org-super-agenda-mode)) (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)) (setq org-super-agenda-header-map nil))
#+end_src #+end_src