From 86efa0e39cbe936b57c65f18b576e95de57bc68b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 24 Dec 2018 19:36:18 -0500 Subject: [emacs][wip] ebdb: directly use upstream instead of GNU ELPA mirror --- init.org | 1 + 1 file changed, 1 insertion(+) (limited to 'init.org') diff --git a/init.org b/init.org index 1f3d721..56a439a 100644 --- a/init.org +++ b/init.org @@ -2327,6 +2327,7 @@ Convenient footnotes in =message-mode=. #+begin_src emacs-lisp (use-package ebdb + :straight (:host github :repo "girzel/ebdb") :after gnus :bind (:map gnus-group-mode-map ("e" . ebdb)) :config -- cgit v1.2.3-83-g751a