diff options
| author | BardofSprites <[email protected]> | 2026-01-30 09:22:20 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-01-30 09:22:20 -0500 |
| commit | 782b2e0a1589e17d6612081d86907ce6632e5cfe (patch) | |
| tree | e2a0fed0dcc598ea087ed8256a782c052b0e82bb | |
| parent | 02b05dcfd540f1de76fda833fe18d50e9e76a74a (diff) | |
fix bug
| -rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
