projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
migrate from ebdb to a simple ~/.mailrc
[~bandali/configs]
/
.emacs.d
/
init.el
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
79be3bb
..
d0ea368
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1,6
+1,6
@@
;;; init.el --- bandali's emacs configuration -*- lexical-binding: t -*-
;;; init.el --- bandali's emacs configuration -*- lexical-binding: t -*-
-;; Copyright (C) 2018-202
0
Amin Bandali <bandali@gnu.org>
+;; Copyright (C) 2018-202
1
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
;; 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
@@
-145,7
+145,6
@@
This sets each user option VAR's value to the corresponding VALUE.
'(;; GNU ELPA
(debbugs "0.26")
(delight "1.7")
'(;; GNU ELPA
(debbugs "0.26")
(delight "1.7")
- (ebdb "0.6.21")
(orgalist "1.13")
(rt-liberation "1.31")
(yasnippet "0.14.0")
(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)
(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")
(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)
mail-specify-envelope-from t
mail-envelope-from 'header))
(require 'bandali-message)
-(require 'bandali-ebdb)
;; IRC (with ERC)
(require 'bandali-erc)
;; IRC (with ERC)
(require 'bandali-erc)