Fixes vterm running over ssh

This commit is contained in:
Emmet 2024-06-05 21:04:44 -05:00
parent d6fda69eee
commit 9a1a7a5e6b
2 changed files with 2 additions and 1 deletions

View file

@ -1519,7 +1519,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
(setq +format-on-save-enabled-modes '(not emacs-lisp-mode sql-mode tex-mode latex-mode org-msg-edit-mode nix-mode))
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
;; I source my rss from my freshrss instance
;; I login with a private elisp file: ~/.emacs.d/freshrss-elfeed.el

View file

@ -1770,6 +1770,7 @@ I don't have this active right now since it's kinda weird with pgtk...
#+END_SRC
** Terminal
#+BEGIN_SRC emacs-lisp :tangle config.el
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
#+END_SRC
** Elfeed
#+BEGIN_SRC emacs-lisp :tangle config.el