From bab2411efea6fdf5e74aeb0806c7c4747bd5dd8d Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 17 Nov 2023 16:28:59 -0800 Subject: [PATCH] Fix some typos --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 0219b38..4aabc76 100644 --- a/init.el +++ b/init.el @@ -427,7 +427,7 @@ visual states." (use-package eldoc :diminish eldoc-mode :init - (set eldoc-echo-area-use-multiline-p nil)) + (setq-default eldoc-echo-area-use-multiline-p nil)) ;; dumb-jump (use-package dumb-jump @@ -554,7 +554,7 @@ visual states." (default-directory (project-root proj)) (eshell-buffer-name (concat "*eshell for project " default-directory "*"))) - (eshell))) + (eshell arg))) (defun my/project-eshell-or-default (&optional arg) "Open an eshell for the current project, otherwise, open a normal eshell." (interactive "P")