aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_emacs b/dot_emacs
index b09b822..acfad6d 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -285,6 +285,9 @@ Extended Format date in the date field and return it as a string obeing
(add-to-list 'ivy-initial-inputs-alist
'(counsel-M-x . "")))
+(use-package csv-mode
+ :ensure t)
+
(use-package cus-edit
:custom
(custom-file null-device "Don't store customizations"))