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