diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 13:57:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 13:57:17 +0100 |
commit | 10f11a287a00124a6f8d2949124055eaea0289db (patch) | |
tree | dc235961b4bc31fd9b4ac0a0d50a18e569889562 | |
parent | 51aae3898fe85bed13c4d5cae96be2bd3499ffde (diff) |
Use guix-home directory.
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |