Add the csv-mode package
This commit is contained in:
parent
930db8aaeb
commit
dc502b59f1
@ -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
|
||||
|
@ -54,6 +54,7 @@
|
||||
company-shell
|
||||
company-web
|
||||
csharp-mode
|
||||
csv-mode
|
||||
dash
|
||||
dashboard
|
||||
diminish
|
||||
|
Loading…
Reference in New Issue
Block a user