Skip to content

Commit

Permalink
cider: forward declare cider-use-xref
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Mar 5, 2024
1 parent 5bb5ada commit 311e3b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modes/cider/evil-collection-cider.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; evil-collection-cider.el --- Evil bindings for Cider -*- lexical-binding: t -*-

;; Copyright (C) 2017 James Nguyen
;; Copyright (C) 2017, 2024 James Nguyen

;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com>
Expand Down Expand Up @@ -31,6 +31,8 @@
(require 'cider nil t)
(require 'evil-collection)

(defvar cider-use-xref)

(declare-function cider-debug-mode-send-reply "cider-debug")

(defconst evil-collection-cider-maps '(cider-mode-map
Expand Down

0 comments on commit 311e3b9

Please sign in to comment.