forked from OSchip/llvm-project
[mlir] Fix a typo to load lsp-mode correctly.
Differential Revision: https://reviews.llvm.org/D123745
This commit is contained in:
parent
ab8abeaf48
commit
18a01527ea
|
@ -20,7 +20,7 @@
|
|||
;; user made compatible server.
|
||||
|
||||
;;; Code:
|
||||
(require 'lsp-mod)
|
||||
(require 'lsp-mode)
|
||||
|
||||
(defgroup lsp-mlir nil
|
||||
"LSP support for MLIR."
|
||||
|
|
Loading…
Reference in New Issue