diff --git a/ha-eshell.org b/ha-eshell.org index dfed570..8fb3959 100644 --- a/ha-eshell.org +++ b/ha-eshell.org @@ -1352,7 +1352,7 @@ This version starts =eshell= in the project’s root, using [[help:projectile-pr #+end_src And we can attach this function to the =projectile= menu: #+begin_src emacs-lisp - (ha-leader "p t" '("eshell" . eshell-project)) + (ha-leader "p s" '("eshell" . eshell-project)) #+end_src ** Shell Over There diff --git a/ha-remoting.org b/ha-remoting.org index e626872..cc3146e 100644 --- a/ha-remoting.org +++ b/ha-remoting.org @@ -164,6 +164,10 @@ VTerm has an issue (at least for me) with ~M-Backspace~ not deleting the previou :hook (vterm-mode . (lambda () (setq-local evil-insert-state-cursor 'box) + (setq-local show-paren-mode nil) + (setf truncate-lines nil) + (flycheck-mode -1) + (yas-minor-mode -1) (evil-insert-state)))) #+end_src @@ -484,7 +488,9 @@ This file, so far, as been good-enough for a Vanilla Emacs installation, but to "a v d o" '("open" . multi-vterm-dedicated-open) "a v d s" '("switch" . multi-vterm-dedicated-select) "a v d t" '("toggle" . multi-vterm-dedicated-toggle) - "a v d x" '("close" . multi-vterm-dedicated-close)) + "a v d x" '("close" . multi-vterm-dedicated-close) + + "p t" '("project vterm" . multi-vterm-project)) #+end_src * Technical Artifacts :noexport: