Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions elpy.el
Original file line number Diff line number Diff line change
Expand Up @@ -3260,7 +3260,7 @@ documentation (only used for Emacs >= 28)."
:group 'elpy)

(defface elpy-folding-fringe-face
'((t (:inherit 'font-lock-comment-face
'((t (:inherit font-lock-comment-face
:box (:line-width 1 :style released-button))))
"Face for folding bitmaps appearing on the fringe."
:group 'elpy)
Expand All @@ -3271,7 +3271,7 @@ documentation (only used for Emacs >= 28)."
:group 'elpy)

(defface elpy-folding-face
'((t (:inherit 'font-lock-comment-face :box t)))
'((t (:inherit font-lock-comment-face :box t)))
"Face for the folded region indicator."
:group 'elpy)

Expand All @@ -3292,7 +3292,7 @@ documentation (only used for Emacs >= 28)."
"^\\s-*[uU]?[rR]?\"\"\"\n?\\s-*"
"Version of `hs-block-start-regexp' for docstrings.")

(defface elpy-codecell-boundary '((t :inherit 'highlight))
(defface elpy-codecell-boundary '((t :inherit highlight))
"Face for elpy codecell boundary."
:group 'elpy-mode)

Expand Down