diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e098772..04de75c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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