From 37004c17264b00adefd8a323cef536649c9945a0 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Wed, 14 Aug 2024 04:59:24 -0400 Subject: [PATCH] tweak(org): rebind `org-num-mode` in Org localleader --- config.org | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config.org b/config.org index 71e4fae..40f1232 100644 --- a/config.org +++ b/config.org @@ -2623,13 +2623,11 @@ four capitalized letters), and the cdr is a list of sub-tags.") "Classes that belong under the :Online: tag.") (after! org - (setq classes-mwf '() - classes-tr '() + (setq classes-mwf '(("PHIL2010" . ?1) ("CSE1322" . ?2)) + classes-tr '(("MATH2345" . ?3)) classes-online '() subject-alist '(("MATH" ("calculus") ("algebra")) - ("HIST") - ("POLS") - ("ECON"))) + ("HIST") ("POLS") ("ECON") ("PHIL"))) (setq org-tag-persistent-alist `(("area" . ?A) ("goal" . ?G) ("project" . ?P) ("meta" . ?M) @@ -2669,7 +2667,7 @@ There are a few useful functions Doom doesn't bind by default, so let's add them (map! :after org :map org-mode-map :localleader - "N" #'org-num-mode + "n" #'org-num-mode "C" #'org-columns "p" #'org-priority ; Remove extraneous commands "g j" #'org-goto