summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index d252a88..6a24457 100644
--- a/init.org
+++ b/init.org
@@ -598,6 +598,7 @@ TRAMP is a really convenient way to edit files on remote systems from within the
;; respect the PATH variable on the remote machine
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
(add-to-list 'tramp-remote-path "~/.guix-profile/bin")
+(add-to-list 'tramp-remote-path "~/.guix-home/bin")
(setq tramp-verbose 3)
#+END_SRC
@@ -1135,7 +1136,7 @@ TODO: this is a big blob of email configuration. Document this properly!
(setq message-send-mail-function 'message-send-mail-with-sendmail)
;;use msmtp instead of sendmail
-(setq sendmail-program "~/.guix-profile/bin/msmtp")
+(setq sendmail-program "~/.guix-home/profile/bin/msmtp")
;; Crypto
(setq mml-secure-openpgp-encrypt-to-self t)