diff options
author | Amin Bandali <amin@aminb.org> | 2016-12-13 11:10:38 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2016-12-13 11:29:49 -0500 |
commit | ccdc4e0c2f85ad11b81c0d5260abd105754c2bd0 (patch) | |
tree | e4251812e291faf3e0f0f2b46f86dcf48c466403 /spacemacs/.spacemacs | |
parent | 6bd89970263a7779091b3a9c817b74913aac628c (diff) | |
download | configs-ccdc4e0c2f85ad11b81c0d5260abd105754c2bd0.tar.gz configs-ccdc4e0c2f85ad11b81c0d5260abd105754c2bd0.tar.xz configs-ccdc4e0c2f85ad11b81c0d5260abd105754c2bd0.zip |
Add my GNU email
Use getmail to fetch my GNU mail over pop3.
After stowing getmail config, run it like this the first time:
getmail --store-password-in-gnome-keyring
to save the password in the Default gnome keyring.
Then, proceed to run it without arguments, and/or enable and start the systemd
timer for auto-syncing.
Requires:
getmail
gnome-keyring
python2-gnome-keyring
Diffstat (limited to 'spacemacs/.spacemacs')
-rw-r--r-- | spacemacs/.spacemacs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 4c93f11..3a27d81 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -326,6 +326,7 @@ you should place your code here." ;; (setq magit-commit-arguments '("--signoff" ;; "--gpg-sign=4E05246AB0BF7FFB")) + ;; Persistent undo across restarts (setq undo-tree-auto-save-history t undo-tree-history-directory-alist `(("." . ,(concat spacemacs-cache-directory "undo")))) |