aboutsummaryrefslogtreecommitdiffstats
path: root/oni-lsp.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-12-17 11:33:47 -0800
committerGravatar Tom Willemse2020-12-17 11:33:47 -0800
commit7d5f1314ac1b22c4f53c951886423ff9d79a3378 (patch)
tree40b8c861259ddfe64ca1479d899e228ad6a2d83e /oni-lsp.el
parentd7eb818ecf08bbd79156bea5d22369f58146a0e1 (diff)
downloademacs-config-7d5f1314ac1b22c4f53c951886423ff9d79a3378.tar.gz
emacs-config-7d5f1314ac1b22c4f53c951886423ff9d79a3378.zip
Fix loading of ‘oni-lsp’
Diffstat (limited to 'oni-lsp.el')
-rw-r--r--oni-lsp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-lsp.el b/oni-lsp.el
index f6cd2ca..1f74651 100644
--- a/oni-lsp.el
+++ b/oni-lsp.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.1124.155536
+;; Version: 2020.1217.113334
;; Package-Requires: (lsp-mode lsp-ui lsp-ivy)
;; This program is free software; you can redistribute it and/or modify
@@ -55,7 +55,7 @@
(add-hook 'lsp-mode-hook 'lsp-lens-mode)
-;;;###autoload(with-eval-after-load 'lsp (require 'oni-lsp))
+;;;###autoload(with-eval-after-load 'lsp-mode (require 'oni-lsp))
(provide 'oni-lsp)
;;; oni-lsp.el ends here