diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-19 01:43:05 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-19 11:30:51 -0400 |
commit | 2e9074a435c0a80b44bd7a8d1a050884dcb44bce (patch) | |
tree | f7fed6b92596285cc572e7ac8978ee983e496634 | |
parent | 74fd778eb834b25565a6bfd43e587e1f8e2b3c7f (diff) | |
download | configs-2e9074a435c0a80b44bd7a8d1a050884dcb44bce.tar.gz configs-2e9074a435c0a80b44bd7a8d1a050884dcb44bce.tar.xz configs-2e9074a435c0a80b44bd7a8d1a050884dcb44bce.zip |
emacs: add local gnu account
-rw-r--r-- | .emacs.d/init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index be59294..a1da362 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1524,6 +1524,12 @@ For disabling the behaviour for certain buffers and/or modes." (nnimap-server-port 143) (nnimap-authenticator plain) (nnimap-user "amin@bndl.local")) + (nnimap "gnu" + (nnimap-stream plain) + (nnimap-address "127.0.0.1") + (nnimap-server-port 143) + (nnimap-authenticator plain) + (nnimap-user "bandali@gnu.local")) (nnimap "uw" (nnimap-stream plain) (nnimap-address "127.0.0.1") |