Skip to content

Commit

Permalink
Revert "Add error on mismatched jsonrpc dependency" #70
Browse files Browse the repository at this point in the history
This reverts commit e84de3d.
  • Loading branch information
svaante committed Feb 13, 2024
1 parent 3cd8d42 commit 708022e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
(require 'jsonrpc)
(require 'eglot) ;; jdtls config

(unless (package-installed-p 'jsonrpc '(1 0 24))
(error "dape: Requires jsonrpc version >= 1.0.24, use `list-packages'\
to install latest `jsonrpc' release from elpa"))


;;; Custom
(defgroup dape nil
Expand Down

0 comments on commit 708022e

Please sign in to comment.