;;; init.el --- bandali's emacs configuration -*- lexical-binding: t -*-
-;; Copyright (C) 2018-2020 Amin Bandali <bandali@gnu.org>
+;; Copyright (C) 2018-2021 Amin Bandali <bandali@gnu.org>
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
'(;; GNU ELPA
(debbugs "0.26")
(delight "1.7")
- (ebdb "0.6.21")
(orgalist "1.13")
(rt-liberation "1.31")
(yasnippet "0.14.0")
(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")
mail-specify-envelope-from t
mail-envelope-from 'header))
(require 'bandali-message)
-(require 'bandali-ebdb)
;; IRC (with ERC)
(require 'bandali-erc)