Add csv-mode package
This commit is contained in:
parent
ca9633ea5b
commit
b9717adf9d
1 changed files with 3 additions and 0 deletions
|
@ -196,5 +196,8 @@
|
||||||
(use-package yaml-mode
|
(use-package yaml-mode
|
||||||
:mode "\\.yml\\'")
|
:mode "\\.yml\\'")
|
||||||
|
|
||||||
|
(use-package csv-mode
|
||||||
|
:mode "\\.csv\\'")
|
||||||
|
|
||||||
(load "bundle--irc")
|
(load "bundle--irc")
|
||||||
(load "bundle--news")
|
(load "bundle--news")
|
||||||
|
|
Loading…
Add table
Reference in a new issue