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))))
|
'((plantuml . t))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** For editing CSV files
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package csv-mode
|
||||||
|
:mode "\\.csv\\'")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Games
|
* Games
|
||||||
|
|
||||||
** Gnu Go
|
** Gnu Go
|
||||||
|
@ -54,6 +54,7 @@
|
|||||||
company-shell
|
company-shell
|
||||||
company-web
|
company-web
|
||||||
csharp-mode
|
csharp-mode
|
||||||
|
csv-mode
|
||||||
dash
|
dash
|
||||||
dashboard
|
dashboard
|
||||||
diminish
|
diminish
|
||||||
|
Loading…
Reference in New Issue
Block a user