summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Dallo <ericdallo06@hotmail.com>2020-05-02 10:50:39 -0300
committerbrotzeit <brotzeitmacher@gmail.com>2020-05-03 18:50:57 +0200
commit0caa0afb8db83964542c5766f364ecbf69a6f582 (patch)
treece4cf03ea85830a08e80b286cdb90f4c4a8061e7
parent5e32b480dc09115a7a89567e0d7d665e815d4dee (diff)
Undo changes for package-lint
-rw-r--r--lsp-ui-doc.el1
-rw-r--r--lsp-ui-flycheck.el1
-rw-r--r--lsp-ui-imenu.el1
-rw-r--r--lsp-ui-peek.el1
-rw-r--r--lsp-ui-sideline.el1
-rw-r--r--lsp-ui.el4
6 files changed, 2 insertions, 7 deletions
diff --git a/lsp-ui-doc.el b/lsp-ui-doc.el
index 079d96f..c7a58cf 100644
--- a/lsp-ui-doc.el
+++ b/lsp-ui-doc.el
@@ -5,7 +5,6 @@
;; Author: Sebastien Chapuis <sebastien@chapu.is>
;; URL: https://github.com/emacs-lsp/lsp-ui
;; Keywords: languagues, tools
-;; Package-Requires: ((emacs "26.1") (dash "2.14") (lsp-mode "6.0") (markdown-mode "2.3"))
;; Version: 6.2
;;; License
diff --git a/lsp-ui-flycheck.el b/lsp-ui-flycheck.el
index 43f80ce..e2bd9a1 100644
--- a/lsp-ui-flycheck.el
+++ b/lsp-ui-flycheck.el
@@ -3,7 +3,6 @@
;; Copyright (C) 2017 fmdkdd
;; URL: https://github.com/emacs-lsp/lsp-ui
;; Keywords: languagues, tools
-;; Package-Requires: ((emacs "26.1") (dash "2.14") (dash-functional "1.2.0") (lsp-mode "6.0"))
;; Version: 6.2
;; This program is free software: you can redistribute it and/or modify
diff --git a/lsp-ui-imenu.el b/lsp-ui-imenu.el
index bb37295..92ef0bb 100644
--- a/lsp-ui-imenu.el
+++ b/lsp-ui-imenu.el
@@ -5,7 +5,6 @@
;; Author: Sebastien Chapuis <sebastien@chapu.is>
;; URL: https://github.com/emacs-lsp/lsp-ui
;; Keywords: languages, tools
-;; Package-Requires: ((emacs "26.1") (dash "2.14") (dash-functional "1.2.0") (lsp-mode "6.0"))
;; Version: 6.2
;;; License
diff --git a/lsp-ui-peek.el b/lsp-ui-peek.el
index 9bf4359..3593aac 100644
--- a/lsp-ui-peek.el
+++ b/lsp-ui-peek.el
@@ -5,7 +5,6 @@
;; Author: Sebastien Chapuis <sebastien@chapu.is>
;; URL: https://github.com/emacs-lsp/lsp-ui
;; Keywords: languagues, tools
-;; Package-Requires: ((emacs "26.1") (dash "2.14") (dash-functional "1.2.0") (lsp-mode "6.0"))
;; Version: 0.0.1
;;; License
diff --git a/lsp-ui-sideline.el b/lsp-ui-sideline.el
index a85be27..ec04b56 100644
--- a/lsp-ui-sideline.el
+++ b/lsp-ui-sideline.el
@@ -3,7 +3,6 @@
;; Copyright (C) 2017 Sebastien Chapuis
;; Author: Sebastien Chapuis <sebastien@chapu.is>
-;; Package-Requires: ((emacs "26.1") (dash "2.14") (dash-functional "1.2.0") (lsp-mode "6.0"))
;; URL: https://github.com/emacs-lsp/lsp-ui
;; Keywords: languages, tools
;; Version: 6.2
diff --git a/lsp-ui.el b/lsp-ui.el
index 74ceab3..3b97026 100644
--- a/lsp-ui.el
+++ b/lsp-ui.el
@@ -46,10 +46,10 @@
(require 'lsp-ui-doc)
(require 'dash)
-(when (featurep'flycheck)
+(with-eval-after-load 'flycheck
(require 'lsp-ui-flycheck))
-(when (featurep 'winum)
+(with-eval-after-load 'winum
(when (and (boundp 'winum-ignored-buffers-regexp) lsp-ui-doc-winum-ignore)
(add-to-list 'winum-ignored-buffers-regexp lsp-ui-doc--buffer-prefix)))