Skip to content

Commit

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

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

0 comments on commit 4087bc9

Please sign in to comment.