aboutsummaryrefslogtreecommitdiffstats
path: root/oni-lsp.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-lsp.el')
-rw-r--r--oni-lsp.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/oni-lsp.el b/oni-lsp.el
index 6afb8a5..30b5882 100644
--- a/oni-lsp.el
+++ b/oni-lsp.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.1217.113334
+;; Version: 2021.0715.215836
;; Package-Requires: (lsp-mode lsp-ui lsp-ivy)
;; This program is free software; you can redistribute it and/or modify
@@ -22,7 +22,10 @@
;;; Commentary:
-;; Configuration for `lsp-mode' and friends.
+;; Configuration for `lsp-mode' and friends. Add the following to your init file
+;; in case you want to use this configuration:
+;;
+;; (with-eval-after-load 'lsp-mode (require 'oni-lsp))
;;; Code: