diff --git a/site-modules/core/files/emacs/src/term.el b/site-modules/core/files/emacs/src/term.el index bb46a90..7df75e1 100644 --- a/site-modules/core/files/emacs/src/term.el +++ b/site-modules/core/files/emacs/src/term.el @@ -10,6 +10,7 @@ ;; Hide the mode line in the terminal (hide-mode-line-mode) (evil-emacs-state) + (goto-address-mode) (setq cursor-type 'bar)) (use-package vterm @@ -22,7 +23,7 @@ (defvar vterm-install t) :config ;; Set the custom term prompt the oh-my-zsh "pygmalion" theme - (setq term-prompt-regexp ".*⇒") + (setq term-prompt-regexp "⇒ ") ;; Once vterm is dead, the vterm buffer is useless. Why keep it around? We can ;; spawn another if want one. (setq vterm-kill-buffer-on-exit t))