Fix some typos

This commit is contained in:
Alexander Rosenberg 2023-11-17 16:28:59 -08:00
parent 5844b1e54e
commit bab2411efe
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -427,7 +427,7 @@ visual states."
(use-package eldoc (use-package eldoc
:diminish eldoc-mode :diminish eldoc-mode
:init :init
(set eldoc-echo-area-use-multiline-p nil)) (setq-default eldoc-echo-area-use-multiline-p nil))
;; dumb-jump ;; dumb-jump
(use-package dumb-jump (use-package dumb-jump
@ -554,7 +554,7 @@ visual states."
(default-directory (project-root proj)) (default-directory (project-root proj))
(eshell-buffer-name (eshell-buffer-name
(concat "*eshell for project " default-directory "*"))) (concat "*eshell for project " default-directory "*")))
(eshell))) (eshell arg)))
(defun my/project-eshell-or-default (&optional arg) (defun my/project-eshell-or-default (&optional arg)
"Open an eshell for the current project, otherwise, open a normal eshell." "Open an eshell for the current project, otherwise, open a normal eshell."
(interactive "P") (interactive "P")