Skip to content

Commit

Permalink
feat(prog): add awk-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 20, 2023
1 parent 5971a8a commit 66657f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
:init
(global-ts-fold-mode 1))

(use-package awk-ts-mode
:straight t)

(use-package combobulate
:straight t
:hook ((python-ts-mode js-ts-mode css-ts-mode yaml-ts-mode typescript-ts-mode tsx-ts-mode) . combobulate-mode)
Expand Down

0 comments on commit 66657f7

Please sign in to comment.