diff options
author | 2018-12-24 19:36:18 -0500 | |
---|---|---|
committer | 2018-12-24 19:36:18 -0500 | |
commit | 86efa0e39cbe936b57c65f18b576e95de57bc68b (patch) | |
tree | 44f412dba9cc39477551e230254b0e2fde140cb5 /init.org | |
parent | bf233291df57d81c31f2290d24f24eaf33cd8873 (diff) | |
download | configs-86efa0e39cbe936b57c65f18b576e95de57bc68b.tar.gz configs-86efa0e39cbe936b57c65f18b576e95de57bc68b.tar.xz configs-86efa0e39cbe936b57c65f18b576e95de57bc68b.zip |
[emacs][wip] ebdb: directly use upstream instead of GNU ELPA mirror
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |