Added csv-mode.

This commit is contained in:
tastytea 2019-07-16 00:55:43 +02:00
parent 2917956552
commit f78c46f839
1 changed files with 5 additions and 0 deletions

View File

@ -850,6 +850,11 @@ With argument, do this that many times."
(use-package mediawiki)
(use-package csv-mode
:mode
("\\.[Cc][Ss][Vv]\\'" . csv-mode)
)
;;;;;;;;;;;;;;;;;;;; Server / Remote editing ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Edit remote files.
(unless slow-computer