home: emacs:use lsp-deferred on progmode

This commit is contained in:
2025-10-26 02:54:40 +05:30
parent bb4c77208d
commit 3e7e404d4c

View File

@@ -203,8 +203,8 @@ To undo and redo easily like vi
(use-package lsp-mode
:defer t
:commands lsp
:init
(setq lsp-enable-on-type-formatting nil))
:init (setq lsp-enable-on-type-formatting nil)
:hook (prog-mode . lsp-deferred))
#+end_src
*** Configure lsp-ui