Skip to content

Commit 0caa0af

Browse files
ericdallobrotzeit
authored andcommitted
Undo changes for package-lint
1 parent 5e32b48 commit 0caa0af

File tree

6 files changed

+2
-7
lines changed

6 files changed

+2
-7
lines changed

lsp-ui-doc.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
;; Author: Sebastien Chapuis <[email protected]>
66
;; URL: https://github.com/emacs-lsp/lsp-ui
77
;; Keywords: languagues, tools
8-
;; Package-Requires: ((emacs "26.1") (dash "2.14") (lsp-mode "6.0") (markdown-mode "2.3"))
98
;; Version: 6.2
109

1110
;;; License

lsp-ui-flycheck.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
;; Copyright (C) 2017 fmdkdd
44
;; URL: https://github.com/emacs-lsp/lsp-ui
55
;; Keywords: languagues, tools
6-
;; Package-Requires: ((emacs "26.1") (dash "2.14") (dash-functional "1.2.0") (lsp-mode "6.0"))
76
;; Version: 6.2
87

98
;; This program is free software: you can redistribute it and/or modify

lsp-ui-imenu.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
;; Author: Sebastien Chapuis <[email protected]>
66
;; URL: https://github.com/emacs-lsp/lsp-ui
77
;; Keywords: languages, tools
8-
;; Package-Requires: ((emacs "26.1") (dash "2.14") (dash-functional "1.2.0") (lsp-mode "6.0"))
98
;; Version: 6.2
109

1110
;;; License

lsp-ui-peek.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
;; Author: Sebastien Chapuis <[email protected]>
66
;; URL: https://github.com/emacs-lsp/lsp-ui
77
;; Keywords: languagues, tools
8-
;; Package-Requires: ((emacs "26.1") (dash "2.14") (dash-functional "1.2.0") (lsp-mode "6.0"))
98
;; Version: 0.0.1
109

1110
;;; License

lsp-ui-sideline.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
;; Copyright (C) 2017 Sebastien Chapuis
44

55
;; Author: Sebastien Chapuis <[email protected]>
6-
;; Package-Requires: ((emacs "26.1") (dash "2.14") (dash-functional "1.2.0") (lsp-mode "6.0"))
76
;; URL: https://github.com/emacs-lsp/lsp-ui
87
;; Keywords: languages, tools
98
;; Version: 6.2

lsp-ui.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
(require 'lsp-ui-doc)
4747
(require 'dash)
4848

49-
(when (featurep'flycheck)
49+
(with-eval-after-load 'flycheck
5050
(require 'lsp-ui-flycheck))
5151

52-
(when (featurep 'winum)
52+
(with-eval-after-load 'winum
5353
(when (and (boundp 'winum-ignored-buffers-regexp) lsp-ui-doc-winum-ignore)
5454
(add-to-list 'winum-ignored-buffers-regexp lsp-ui-doc--buffer-prefix)))
5555

0 commit comments

Comments
 (0)