From 292394acbfcd2a76c6085a29f22820fcb1ee3633 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Wed, 9 Oct 2024 14:45:00 -0400 Subject: [PATCH] docs: fix typo in function definition --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 88205ec..ea10c3e 100644 --- a/config.org +++ b/config.org @@ -4113,8 +4113,8 @@ I used to use =treemacs= as my dedicated project tree, but ~dirvish~ is much mor (defun ~/dirvish-side-open (&optional path) "Select the Dirvish side session, creating one if it does not exist. -If called with \\[universal-arguments], prompt for PATH, otherwise - it defaults to `project-current'." +If called with \\[universal-argument], prompt for PATH, otherwise +it defaults to `project-current'." (interactive (list (and current-prefix-arg (read-directory-name "Open sidetree: ")))) (require 'dirvish-side)