From 43b99f7d6de0d943ec76dc5f74cf2767b8e908a3 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 11 May 2026 11:17:04 -0400 Subject: uni classes for this semester --- bard-elisp/bard-writing.el | 9 ++++----- config.org | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/bard-elisp/bard-writing.el b/bard-elisp/bard-writing.el index 6b4c255..6ef501b 100644 --- a/bard-elisp/bard-writing.el +++ b/bard-elisp/bard-writing.el @@ -38,11 +38,10 @@ ("C-c n f" . consult-denote-find)) (defvar bard/class-dirs - '(("CSE 130 " . "~/Documents/Uni/SPRING2026-CSE 130/") - ("CSE 310 " . "~/Documents/Uni/SPRING2026-CSE 310/") - ("ENGR 111" . "~/Documents/Uni/SPRING2026-ENGR 111/") - ("MATH 206" . "~/Documents/Uni/SPRING2026-MATH 206/") - ("PHYS 298" . "~/Documents/Uni/SPRING2026-PHYS 298/")) + '(("COMM 111" . "~/Documents/Uni/SUMMER2026-COMM 111/") + ("CSE 220" . "~/Documents/Uni/SUMMER2026-CSE 220/") + ("PHYS 296" . "~/Documents/Uni/SUMMER2026-PHYS 296/") + ("PHYS 299" . "~/Documents/Uni/SUMMER2026-PHYS 299/")) "Mapping of class names to their document directories.") (defvar bard/uni-notes-file "~/Notes/denote/uni.org" diff --git a/config.org b/config.org index bb35245..30c9139 100644 --- a/config.org +++ b/config.org @@ -4441,11 +4441,10 @@ This is what the tabs look like with ~doom-gruvbox~ theme: *** University Class jumping in ~uni.org~ file #+begin_src emacs-lisp :tangle bard-elisp/bard-writing.el :mkdirp yes (defvar bard/class-dirs - '(("CSE 130 " . "~/Documents/Uni/SPRING2026-CSE 130/") - ("CSE 310 " . "~/Documents/Uni/SPRING2026-CSE 310/") - ("ENGR 111" . "~/Documents/Uni/SPRING2026-ENGR 111/") - ("MATH 206" . "~/Documents/Uni/SPRING2026-MATH 206/") - ("PHYS 298" . "~/Documents/Uni/SPRING2026-PHYS 298/")) + '(("COMM 111" . "~/Documents/Uni/SUMMER2026-COMM 111/") + ("CSE 220" . "~/Documents/Uni/SUMMER2026-CSE 220/") + ("PHYS 296" . "~/Documents/Uni/SUMMER2026-PHYS 296/") + ("PHYS 299" . "~/Documents/Uni/SUMMER2026-PHYS 299/")) "Mapping of class names to their document directories.") (defvar bard/uni-notes-file "~/Notes/denote/uni.org" -- cgit v1.2.3