Rename
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
(append elisp-flymake-byte-compile-load-path load-path)))
|
(append elisp-flymake-byte-compile-load-path load-path)))
|
||||||
(apply fn args)))
|
(apply fn args)))
|
||||||
(advice-add 'elisp-flymake-byte-compile :around #'my-elisp-flymake-byte-compile))
|
(advice-add 'elisp-flymake-byte-compile :around #'my-elisp-flymake-byte-compile))
|
||||||
|
|
||||||
(use-package flyover
|
(use-package flyover
|
||||||
:diminish
|
:diminish
|
||||||
:hook flymake-mode
|
:hook flymake-mode
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
(eglot-ensure))))
|
(eglot-ensure))))
|
||||||
((markdown-mode yaml-mode yaml-ts-mode) . eglot-ensure))
|
((markdown-mode yaml-mode yaml-ts-mode) . eglot-ensure))
|
||||||
:init (setq eglot-autoshutdown t
|
:init (setq eglot-autoshutdown t
|
||||||
eglot-events-buffer-size 0
|
eglot-events-buffer-config 0
|
||||||
eglot-send-changes-idle-time 0.5)
|
eglot-send-changes-idle-time 0.5)
|
||||||
:bind (:map eglot-mode-map
|
:bind (:map eglot-mode-map
|
||||||
("C-c c a" . eglot-code-actions)))
|
("C-c c a" . eglot-code-actions)))
|
||||||
Reference in New Issue
Block a user