diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index 9d3cbcf..7e1fdae 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -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 diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index e47909b..95c95d2 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -1784,7 +1784,9 @@ I don't have this active right now since it's kinda weird with pgtk... ** Terminal #+BEGIN_SRC emacs-lisp :tangle config.el (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 +) #+END_SRC ** Elfeed #+BEGIN_SRC emacs-lisp :tangle config.el