Add the csv-mode package

This commit is contained in:
Gergely Polonkai 2018-08-28 18:05:26 +02:00
parent 930db8aaeb
commit dc502b59f1
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -54,6 +54,7 @@
company-shell
company-web
csharp-mode
csv-mode
dash
dashboard
diminish