[mlir] Fix a typo to load lsp-mode correctly.

Differential Revision: https://reviews.llvm.org/D123745
This commit is contained in:
Okwan Kwon 2022-04-13 23:55:43 +00:00
parent ab8abeaf48
commit 18a01527ea
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
;; user made compatible server.
;;; Code:
(require 'lsp-mod)
(require 'lsp-mode)
(defgroup lsp-mlir nil
"LSP support for MLIR."