projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1eea0ae
)
[emacs/ebdb] tweak when to load the various subpackages
author
Amin Bandali
<bandali@gnu.org>
Thu, 27 Dec 2018 01:32:08 +0000
(20:32 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Thu, 27 Dec 2018 01:32:08 +0000
(20:32 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
7e82b73
..
6193a21
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-2187,7
+2187,11
@@
Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
gnus-save-newsrc-file nil
gnus-read-newsrc-file nil
gnus-interactive-exit nil
gnus-save-newsrc-file nil
gnus-read-newsrc-file nil
gnus-interactive-exit nil
- gnus-gcc-mark-as-read t))
+ gnus-gcc-mark-as-read t)
+ :config
+ (require 'ebdb)
+ (require 'ebdb-mua)
+ (require 'ebdb-gnus))
(use-feature gnus-art
:config
(use-feature gnus-art
:config
@@
-2303,6
+2307,7
@@
Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
message-dont-reply-to-names
"\\(\\(.*@aminb\\.org\\)\\|\\(amin@bandali\\.me\\)\\|\\(\\(aminb?\\|mab\\|bandali\\)@gnu\\.org\\)\\|\\(\\(m\\|a\\(min\\.\\)?\\)bandali@uwaterloo\\.ca\\)\\)"
message-user-fqdn "aminb.org")
message-dont-reply-to-names
"\\(\\(.*@aminb\\.org\\)\\|\\(amin@bandali\\.me\\)\\|\\(\\(aminb?\\|mab\\|bandali\\)@gnu\\.org\\)\\|\\(\\(m\\|a\\(min\\.\\)?\\)bandali@uwaterloo\\.ca\\)\\)"
message-user-fqdn "aminb.org")
+ (require 'company-ebdb)
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)
(message-mode . (lambda ()
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)
(message-mode . (lambda ()
@@
-2350,7
+2355,6
@@
Convenient footnotes in =message-mode=.
#+begin_src emacs-lisp
(use-package ebdb
:straight (:host github :repo "girzel/ebdb")
#+begin_src emacs-lisp
(use-package ebdb
:straight (:host github :repo "girzel/ebdb")
- :defer 2
:after gnus
:bind (:map gnus-group-mode-map ("e" . ebdb))
:config
:after gnus
:bind (:map gnus-group-mode-map ("e" . ebdb))
:config
@@
-2367,14
+2371,11
@@
Convenient footnotes in =message-mode=.
;; (ebdb-complete-enable))
(use-package company-ebdb
;; (ebdb-complete-enable))
(use-package company-ebdb
- :defer 2
:config
(defun company-ebdb--post-complete (_) nil))
(use-feature ebdb-gnus
:config
(defun company-ebdb--post-complete (_) nil))
(use-feature ebdb-gnus
- :defer 3
:after ebdb
:after ebdb
- :demand
:custom
(ebdb-gnus-window-configuration
'(article
:custom
(ebdb-gnus-window-configuration
'(article
@@
-2385,9
+2386,7
@@
Convenient footnotes in =message-mode=.
(ebdb-gnus 0.3))))))
(use-feature ebdb-mua
(ebdb-gnus 0.3))))))
(use-feature ebdb-mua
- :defer 3
:after ebdb
:after ebdb
- :demand
;; :custom (ebdb-mua-pop-up nil)
)
;; :custom (ebdb-mua-pop-up nil)
)