Replace +lsp|init with lsp! autodef
This commit is contained in:
parent
d46bb287ae
commit
eb3c569e1d
14 changed files with 16 additions and 19 deletions
|
@ -1,7 +1,4 @@
|
|||
;;; feature/lsp/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defun +lsp|init ()
|
||||
"Enable LSP as late as possible, to allow users to customize it via file or
|
||||
dir local variables."
|
||||
(add-hook 'hack-local-variables-hook #'lsp nil t))
|
||||
;;;###autodef
|
||||
(defalias 'lsp! #'lsp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue