summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2021-05-15 20:04:21 -0400
committerAmin Bandali <bandali@gnu.org>2021-05-15 20:14:07 -0400
commitbc04a4d40544c77d163d6497f3863b9b566d64d4 (patch)
treed0329a249504ea3737ec01a81f23b0a0f4c96a80 /.emacs.d/init.el
parent41fb7da0e9da05c0d1cf7bb58c918b69d48adf65 (diff)
downloadconfigs-bc04a4d40544c77d163d6497f3863b9b566d64d4.tar.gz
configs-bc04a4d40544c77d163d6497f3863b9b566d64d4.tar.xz
configs-bc04a4d40544c77d163d6497f3863b9b566d64d4.zip
migrate from ebdb to a simple ~/.mailrc
also automatically expand aliases when going to the next line or jumping to the end of buffer in message-mode.
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0d46aa4..d0ea368 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -145,7 +145,6 @@ This sets each user option VAR's value to the corresponding VALUE.
'(;; GNU ELPA
(debbugs "0.26")
(delight "1.7")
- (ebdb "0.6.21")
(orgalist "1.13")
(rt-liberation "1.31")
(yasnippet "0.14.0")
@@ -670,7 +669,7 @@ Make N (default: 1) copies of the current line or region."
(csetq shr-max-width 80)
-;; Email (with Gnus, message, and EBDB)
+;; Email (with Gnus and message)
(require 'bandali-gnus)
(with-eval-after-load 'sendmail
(csetq sendmail-program (executable-find "msmtp")
@@ -678,7 +677,6 @@ Make N (default: 1) copies of the current line or region."
mail-specify-envelope-from t
mail-envelope-from 'header))
(require 'bandali-message)
-(require 'bandali-ebdb)
;; IRC (with ERC)
(require 'bandali-erc)