diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2024-04-26 18:21:56 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2024-04-27 18:20:11 +0200 |
commit | 73af89d935df5a8166114c9257f9f247f29850bf (patch) | |
tree | c8addfe86575b030ca5a61644dbc77adb8f63c43 /.emacs.d/jd/jd-custom.el | |
parent | 9ca1ae3ceca5944765af94514e75a96195de5716 (diff) | |
download | dotfiles-73af89d935df5a8166114c9257f9f247f29850bf.tar.gz dotfiles-73af89d935df5a8166114c9257f9f247f29850bf.zip |
Migrate from stumpwm to sway and from manifests to home-services.
Diffstat (limited to '.emacs.d/jd/jd-custom.el')
-rwxr-xr-x | .emacs.d/jd/jd-custom.el | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.emacs.d/jd/jd-custom.el b/.emacs.d/jd/jd-custom.el index f48f761..8383e41 100755 --- a/.emacs.d/jd/jd-custom.el +++ b/.emacs.d/jd/jd-custom.el | |||
@@ -39,6 +39,22 @@ | |||
39 | (erc :server "195.74.91.18" | 39 | (erc :server "195.74.91.18" |
40 | :port "6697")) | 40 | :port "6697")) |
41 | 41 | ||
42 | |||
43 | ;; Repair load paths when tramp try to connect to guix instances | ||
44 | (require 'tramp) | ||
45 | |||
46 | (connection-local-set-profile-variables | ||
47 | 'guix-system | ||
48 | '((tramp-remote-path . (tramp-own-remote-path)))) | ||
49 | |||
50 | (connection-local-set-profiles | ||
51 | '(:application tramp :protocol "sudo" :machine "localhost") | ||
52 | 'guix-system) | ||
53 | |||
54 | (connection-local-set-profiles | ||
55 | '(:application tramp :protocol "ssh" :machine "jdlugosz.com") | ||
56 | 'guix-system) | ||
57 | |||
42 | (provide 'jd-custom) | 58 | (provide 'jd-custom) |
43 | 59 | ||
44 | ;;; jd-custom.el ends here | 60 | ;;; jd-custom.el ends here |