diff options
author | 2018-12-30 09:34:56 -0500 | |
---|---|---|
committer | 2018-12-30 09:34:56 -0500 | |
commit | 5dea731d92bfa6900301e4867517b959fcfecef5 (patch) | |
tree | 5af64403fc3dc7a3b6560abec922e4f61be2d620 /init.org | |
parent | 4d4cf261d68998a5e6516de888eecf7435ab5999 (diff) | |
download | configs-5dea731d92bfa6900301e4867517b959fcfecef5.tar.gz configs-5dea731d92bfa6900301e4867517b959fcfecef5.tar.xz configs-5dea731d92bfa6900301e4867517b959fcfecef5.zip |
[emacs] update packages, add csv-mode (new EBDB implicitly depends)
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |