Skip to content

Commit

Permalink
fix(tsv): Enable rainbow-csv mode in tsv-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 11, 2023
1 parent 4087bc9 commit cac937a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/tools/csv/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
;; (@* "Hook" )
;;

(jcs-add-hook '(csv-mode-hook tsv-mode-hook)
(jcs-add-hook 'csv-mode-hook
(add-hook 'tree-sitter-hl-mode-hook #'rainbow-csv-mode nil t))

(jcs-add-hook 'tsv-mode-hook
(rainbow-csv-mode 1))

0 comments on commit cac937a

Please sign in to comment.