X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/ccb32b49c84c49070c5a5c5764a5b26d305e2584..a220fb5b7ed9e3cf55f0a85bbb11f0f264a0020b:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0d46aa4..29bfbcc 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,15 +669,9 @@ 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") - ;; message-sendmail-extra-arguments '("-v" "-d") - mail-specify-envelope-from t - mail-envelope-from 'header)) (require 'bandali-message) -(require 'bandali-ebdb) ;; IRC (with ERC) (require 'bandali-erc)