emacs: Set remote shell for hass so eglot works
Some checks failed
/ check (push) Failing after 1h25m18s
Some checks failed
/ check (push) Failing after 1h25m18s
This commit is contained in:
parent
78456aeee5
commit
510e8a777a
1 changed files with 9 additions and 0 deletions
|
@ -896,6 +896,15 @@ Enable [[https://github.com/BurntSushi/ripgrep][ripgrep]] support
|
||||||
(rg-enable-default-bindings))
|
(rg-enable-default-bindings))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** TRAMP
|
||||||
|
Set some connection properties
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(add-to-list 'tramp-connection-properties
|
||||||
|
(list (regexp-quote "/sshx:hass:")
|
||||||
|
"remote-shell" "/bin/bash"))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Git
|
** Git
|
||||||
|
|
||||||
Magit. Obviously.
|
Magit. Obviously.
|
||||||
|
|
Loading…
Reference in a new issue