From 5dea731d92bfa6900301e4867517b959fcfecef5 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 30 Dec 2018 09:34:56 -0500 Subject: [emacs] update packages, add csv-mode (new EBDB implicitly depends) --- init.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index 4684873..20744f5 100644 --- a/init.org +++ b/init.org @@ -2393,6 +2393,9 @@ Convenient footnotes in =message-mode=. ** ebdb #+begin_src emacs-lisp +;; https://github.com/girzel/ebdb/issues/72 +(use-package csv-mode) + (use-package ebdb :straight (:host github :repo "girzel/ebdb") :after gnus -- cgit v1.2.3-83-g751a