mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixes startup with vterm fix
This commit is contained in:
parent
898e4b6b5f
commit
e24c4435fd
2 changed files with 6 additions and 2 deletions
|
@ -1512,7 +1512,9 @@ 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)
|
||||
(add-to-list 'vterm-tramp-shells '("ssh" "zsh")) ;; I use zsh on all my servers
|
||||
(after! vterm
|
||||
(add-to-list 'vterm-tramp-shells '("ssh" "zsh")) ;; I use zsh on all my servers
|
||||
)
|
||||
|
||||
;; I source my rss from my freshrss instance
|
||||
;; I login with a private elisp file: ~/.emacs.d/freshrss-elfeed.el
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue