hydra: remove obsolete functions

This commit is contained in:
2026-02-21 15:23:14 -05:00
parent 38f67d6191
commit 938219c348
2 changed files with 1 additions and 5 deletions

View File

@@ -17,9 +17,8 @@
:modes (php-mode php+-mode web-mode))
(add-to-list 'flycheck-checkers 'mix-php)
;; enable typescript-tslint checker
;; enable tide checkers for typescript
(with-eval-after-load 'tide
(flycheck-add-mode 'typescript-tslint 'typescript-mode)
(flycheck-add-mode 'typescript-tide 'typescript-mode))
;; Enable for only languages
:hook

View File

@@ -34,9 +34,6 @@
:pin "MELPA"
:config (hydra-add-font-lock))
(use-package ivy-hydra
:pin "MELPA")
(use-package swiper
:after ivy
:bind (("C-s" . swiper)