Skip to content
Snippets Groups Projects
Commit 511278a5 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Fix tramp variable assignement

parent 4abf37ff
No related branches found
No related tags found
No related merge requests found
......@@ -882,11 +882,12 @@ For rust
;; :major-modes '(rust-mode)
;; :remote? t
;; :server-id 'rust-analyzer-remote))
(if (boundp 'tramp-remote-path)
(add-to-list 'tramp-remote-path "~/.cargo/bin")
(setq tramp-remote-path '("~/.cargo/bin"))
)
#+end_src
#+RESULTS:
| ~/.cargo/bin | tramp-default-remote-path | /bin | /usr/bin | /sbin | /usr/sbin | /usr/local/bin | /usr/local/sbin | /local/bin | /local/freeware/bin | /local/gnu/bin | /usr/freeware/bin | /usr/pkg/bin | /usr/contrib/bin | /opt/bin | /opt/sbin | /opt/local/bin |
*** Integration with treemacs
......@@ -975,7 +976,7 @@ For dockerfiles and docker-compose files, install some docker packages
(use-package dockerfile-mode)
(use-package docker-compose-mode)
(use-package docker)
(use-package docker-tramp)
;(use-package docker-tramp)
(use-package docker-api)
(use-package docker-cli)
#+end_src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment