improve javascript mode

This commit is contained in:
Jesús
2022-01-15 16:41:20 -05:00
parent 9c7add3600
commit 19707ef86d
3 changed files with 37 additions and 64 deletions

View File

@@ -29,6 +29,14 @@
(ivy-set-display-transformer 'ivy-switch-buffer
'ivy-rich-switch-buffer-transformer))
;; hydra
(use-package hydra
:pin "MELPA"
:config (hydra-add-font-lock))
(use-package ivy-hydra
:pin "MELPA")
(use-package swiper
:after ivy
:bind (("C-s" . swiper)