aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-01-30 09:22:20 -0500
committerBardofSprites <[email protected]>2026-01-30 09:22:20 -0500
commit782b2e0a1589e17d6612081d86907ce6632e5cfe (patch)
treee2a0fed0dcc598ea087ed8256a782c052b0e82bb
parent02b05dcfd540f1de76fda833fe18d50e9e76a74a (diff)
fix bug
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
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))