From f87f3724d8a832641091cbc8f5f5ac20dd8e5033 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 21 May 2024 11:19:52 -0400 Subject: Ensure csv-mode --- dot_emacs | 3 +++ 1 file changed, 3 insertions(+) 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")) -- cgit v1.2.3