Fix loading of ‘oni-lsp’
This commit is contained in:
parent
d7eb818ecf
commit
7d5f1314ac
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.1124.155536
|
;; Version: 2020.1217.113334
|
||||||
;; Package-Requires: (lsp-mode lsp-ui lsp-ivy)
|
;; Package-Requires: (lsp-mode lsp-ui lsp-ivy)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
(add-hook 'lsp-mode-hook 'lsp-lens-mode)
|
(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)
|
(provide 'oni-lsp)
|
||||||
;;; oni-lsp.el ends here
|
;;; oni-lsp.el ends here
|
||||||
|
|
Loading…
Reference in a new issue