From dc502b59f1563182ae91a1f0e9ed8a7cf9a59132 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 28 Aug 2018 18:05:26 +0200 Subject: [PATCH] Add the csv-mode package --- configuration.org | 7 +++++++ customizations.el | 1 + 2 files changed, 8 insertions(+) diff --git a/configuration.org b/configuration.org index 3feccd5..04b4317 100644 --- a/configuration.org +++ b/configuration.org @@ -2821,6 +2821,13 @@ directory. It is available from [[http://plantuml.com/download][here]]. '((plantuml . t)))) #+END_SRC +** For editing CSV files + +#+BEGIN_SRC emacs-lisp +(use-package csv-mode + :mode "\\.csv\\'") +#+END_SRC + * Games ** Gnu Go diff --git a/customizations.el b/customizations.el index de52085..7961846 100644 --- a/customizations.el +++ b/customizations.el @@ -54,6 +54,7 @@ company-shell company-web csharp-mode + csv-mode dash dashboard diminish