mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Fixes vterm running over ssh
This commit is contained in:
parent
d6fda69eee
commit
9a1a7a5e6b
|
@ -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))
|
(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 source my rss from my freshrss instance
|
||||||
;; I login with a private elisp file: ~/.emacs.d/freshrss-elfeed.el
|
;; I login with a private elisp file: ~/.emacs.d/freshrss-elfeed.el
|
||||||
|
|
|
@ -1770,6 +1770,7 @@ I don't have this active right now since it's kinda weird with pgtk...
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Terminal
|
** Terminal
|
||||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||||
|
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Elfeed
|
** Elfeed
|
||||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||||
|
|
Loading…
Reference in a new issue