Use correct map for configuring Org binding

This commit is contained in:
Kiana Sheibani 2024-02-25 00:05:09 -05:00
parent ccc5320148
commit 84dc13ad10
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2261,10 +2261,12 @@ doesn't mean everyone would have the time or patience to make it work.
;; Bindings
(map! :after org
:map org-mode-map
:map evil-org-mode-map
:i "TAB" #'indent-for-tab-command
:i "<tab>" #'indent-for-tab-command
:i "<tab>" #'indent-for-tab-command)
(map! :after org
:map org-mode-map
:localleader
"N" #'org-num-mode
"C" #'org-columns