Add basic combobulate config

This commit is contained in:
Adam Goldsmith 2024-08-22 01:22:28 -04:00
parent e05c2b407c
commit 1c64cc5bb3

View File

@ -1135,6 +1135,16 @@
:autoload smali-mode
:mode "\\.smali\\'")
(use-package combobulate :demand
:vc (:fetcher github :repo mickeynp/combobulate)
:hook ((python-ts-mode . combobulate-mode)
(js-ts-mode . combobulate-mode)
(css-ts-mode . combobulate-mode)
(yaml-ts-mode . combobulate-mode)
(json-ts-mode . combobulate-mode)
(typescript-ts-mode . combobulate-mode)
(tsx-ts-mode . combobulate-mode)))
(use-package pet :demand :if (package-installed-p 'pet)
:delight
:config