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)