This commit is contained in:
Zelong Kuang
2026-02-02 00:04:11 +11:00
parent d76ac0ed8a
commit 23065611a9
3 changed files with 10 additions and 2 deletions

View File

@@ -22,7 +22,10 @@
(use-package flyover
:diminish
:hook flycheck-mode
:hook prog-mode
:config
;; Disable flyover-mode in emacs-lisp-mode
(add-hook 'emacs-lisp-mode-hook (lambda () (flyover-mode -1)))
:custom (flyover-checkers '(flycheck)))