Skip to content

Commit

Permalink
Merge pull request #43 from terlar/fix-invalid-face-definition
Browse files Browse the repository at this point in the history
fix: Drop deprecated :style from grugru-highlight-face
  • Loading branch information
ROCKTAKEY authored Dec 1, 2023
2 parents 088f263 + b5b9922 commit e654b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grugru.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: ROCKTAKEY <rocktakey@gmail.com>
;; Keywords: convenience, abbrev, tools

;; Version: 1.22.3
;; Version: 1.22.4
;; Package-Requires: ((emacs "24.4"))
;; URL: https://github.com/ROCKTAKEY/grugru

Expand Down Expand Up @@ -1607,7 +1607,7 @@ ORIGINAL is original function. SYMBOL, TYPE and LIBRARY is original arguments."
:group 'grugru)

(defface grugru-highlight-face
'((t (:box (:line-width 1 :color "#ff0000" :style nil))))
'((t (:box (:line-width 1 :color "#ff0000"))))
"Face used `grugru-highlight-mode'."
:group 'grugru)

Expand Down

0 comments on commit e654b5c

Please sign in to comment.