Skip to content

Commit

Permalink
Update sideline-eros.el
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Dec 7, 2024
1 parent 2b4b6a4 commit 1d15a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sideline-eros.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; sideline-eros.el --- Show EROS result in sideline -*- lexical-binding: t; -*-
;;; sideline-eros.el --- Show EROS result with sideline -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Shen, Jen-Chieh

Expand Down Expand Up @@ -26,7 +26,7 @@

;;; Commentary:
;;
;; Show EROS result in sideline.
;; Show EROS result with sideline.
;;

;;; Code:
Expand All @@ -35,7 +35,7 @@
(require 'eros)

(defgroup sideline-eros nil
"Show EROS result in sideline."
"Show EROS result with sideline."
:prefix "sideline-eros-"
:group 'tool
:link '(url-link :tag "Repository" "https://github.com/emacs-sideline/sideline-eros"))
Expand Down

0 comments on commit 1d15a45

Please sign in to comment.