summaryrefslogtreecommitdiff
path: root/mlir/utils
diff options
context:
space:
mode:
authorOkwan Kwon <okkwon@gmail.com>2022-04-13 23:55:43 +0000
committerOkwan Kwon <okkwon@gmail.com>2022-04-14 00:04:40 +0000
commit18a01527eab65926405bad45a9be287677303b4c (patch)
tree802dfbd27918d82c2dbaf397fe9f1a96738b5ec8 /mlir/utils
parentab8abeaf48abb3addcbdb6136b1975b4afa3b37c (diff)
downloadllvm-18a01527eab65926405bad45a9be287677303b4c.tar.gz
[mlir] Fix a typo to load lsp-mode correctly.
Differential Revision: https://reviews.llvm.org/D123745
Diffstat (limited to 'mlir/utils')
-rw-r--r--mlir/utils/emacs/mlir-lsp-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/utils/emacs/mlir-lsp-client.el b/mlir/utils/emacs/mlir-lsp-client.el
index b3b1e471f15a..09dfa835decc 100644
--- a/mlir/utils/emacs/mlir-lsp-client.el
+++ b/mlir/utils/emacs/mlir-lsp-client.el
@@ -20,7 +20,7 @@
;; user made compatible server.
;;; Code:
-(require 'lsp-mod)
+(require 'lsp-mode)
(defgroup lsp-mlir nil
"LSP support for MLIR."