Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 7, 2024
1 parent 65410ae commit dfd574e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

(depends-on "emacs" "28.1")
(depends-on "sideline")
(depends-on "sly-overlay")
(depends-on "sly")
4 changes: 2 additions & 2 deletions sideline-sly.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Shen, Jen-Chieh <jcs090218@gmail.com>
;; URL: https://github.com/emacs-sideline/sideline-sly
;; Version: 0.1.0
;; Package-Requires: ((emacs "28.1") (sideline "0.1.0") (sly-overlay "1.0.1"))
;; Package-Requires: ((emacs "28.1") (sideline "0.1.0") (sly "1.0.43"))
;; Keywords: convenience

;; This file is not part of GNU Emacs.
Expand All @@ -32,7 +32,7 @@
;;; Code:

(require 'sideline)
(require 'sly-overlay)
(require 'sly)

(defgroup sideline-sly nil
"Show SLY result with sideline."
Expand Down

0 comments on commit dfd574e

Please # to comment.