From 1c64cc5bb338d74e228c0b1758fdd1934297826c Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 22 Aug 2024 01:22:28 -0400 Subject: [PATCH] Add basic combobulate config --- .emacs.d/init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) 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