No need for counsel with vertico
This commit is contained in:
parent
71e966668a
commit
0b64f4ab26
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ Simply calling =vterm= fails to load my full environment, so this allows me to s
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defun ha-shell (&optional directory)
|
(defun ha-shell (&optional directory)
|
||||||
"Creates and tidies up a =vterm= terminal shell in side window."
|
"Creates and tidies up a =vterm= terminal shell in side window."
|
||||||
(interactive (list (counsel-read-directory-name "Starting Directory:" (projectile-project-root))))
|
(interactive (list (read-directory-name "Starting Directory: " (projectile-project-root))))
|
||||||
(let* ((win-name "Terminal")
|
(let* ((win-name "Terminal")
|
||||||
(buf-name (format "*%s*" win-name))
|
(buf-name (format "*%s*" win-name))
|
||||||
(default-directory (or directory default-directory)))
|
(default-directory (or directory default-directory)))
|
||||||
|
|
Loading…
Reference in a new issue