From 782b2e0a1589e17d6612081d86907ce6632e5cfe Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Fri, 30 Jan 2026 09:22:20 -0500 Subject: fix bug --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 8e9786e..0614550 100644 --- a/config.org +++ b/config.org @@ -4336,7 +4336,7 @@ This is what the tabs look like with ~doom-gruvbox~ theme: "Path to the main university org file.") (defun bard/jump-to-class (class &optional with-dired) - "Jump to CLASS heading in bard/uni-notes-file, can open its dir in Dired". + "Jump to CLASS heading in bard/uni-notes-file, can open its dir in Dired." (interactive (list (completing-read "Class: " (mapcar #'car bard/class-dirs)) -- cgit v1.2.3