Add basic combobulate config
This commit is contained in:
parent
e05c2b407c
commit
1c64cc5bb3
@ -1135,6 +1135,16 @@
|
|||||||
:autoload smali-mode
|
:autoload smali-mode
|
||||||
:mode "\\.smali\\'")
|
: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)
|
(use-package pet :demand :if (package-installed-p 'pet)
|
||||||
:delight
|
:delight
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user