[Misc] Remove obsolete requires to ‘db-private’
This commit is contained in:
parent
83811b419a
commit
9824cbb4c0
1
gnus
1
gnus
@ -27,7 +27,6 @@
|
|||||||
(require 'gnus-agent)
|
(require 'gnus-agent)
|
||||||
(require 'nnml)
|
(require 'nnml)
|
||||||
(require 'gnus-async)
|
(require 'gnus-async)
|
||||||
(require 'db-private)
|
|
||||||
|
|
||||||
;; Debugging
|
;; Debugging
|
||||||
|
|
||||||
|
|||||||
1
init.el
1
init.el
@ -674,7 +674,6 @@ SMTP user."
|
|||||||
(use-package bbdb
|
(use-package bbdb
|
||||||
:commands (bbdb-search-name bbab-initialize bbdb-mua-auto-update-init bbdb-save)
|
:commands (bbdb-search-name bbab-initialize bbdb-mua-auto-update-init bbdb-save)
|
||||||
:config (progn
|
:config (progn
|
||||||
(require 'db-private)
|
|
||||||
(setq bbdb-completion-display-record nil
|
(setq bbdb-completion-display-record nil
|
||||||
bbdb-complete-mail-allow-cycling t
|
bbdb-complete-mail-allow-cycling t
|
||||||
bbdb-mua-auto-update-p 'query
|
bbdb-mua-auto-update-p 'query
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user