From 84dc13ad103bd96569fd0e63e023015989484652 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sun, 25 Feb 2024 00:05:09 -0500 Subject: [PATCH] Use correct map for configuring Org binding --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index d384852..8f8a967 100644 --- a/config.org +++ b/config.org @@ -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 "" #'indent-for-tab-command + :i "" #'indent-for-tab-command) +(map! :after org + :map org-mode-map :localleader "N" #'org-num-mode "C" #'org-columns