mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace +lsp|init with lsp! autodef
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user