Skip to content

Commit

Permalink
fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 7, 2024
1 parent 74f3b8e commit ff99473
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sideline-cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@
;;; Code:

(require 'sideline)

(eval-when-compile
(require 'cider))
(require 'cider)

(defgroup sideline-cider nil
"Show CIDER result with sideline."
Expand Down Expand Up @@ -82,7 +80,6 @@ Argument COMMAND is required in sideline backend."
;;;###autoload
(defun sideline-cider-setup ()
"Setup for `cider'."
(require 'cider)
(add-hook 'sideline-mode-hook #'sideline-cider--mode)
(sideline-cider--mode)) ; Run once

Expand Down

0 comments on commit ff99473

Please sign in to comment.