Skip to content

Commit

Permalink
improve(lighter): use curly braces, no divider
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Oct 29, 2024
1 parent 85aab8f commit 0fcfe3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions partial-recall.el
Original file line number Diff line number Diff line change
Expand Up @@ -1650,11 +1650,10 @@ If EXCLUDE-CURRENT is t, don't include the current buffer."
(defvar partial-recall-lighter '(" "
(:eval partial-recall-lighter--title)
(partial-recall-lighter-show-info
("["
("{"
(:eval (partial-recall-lighter--moment))
"/"
(:eval (partial-recall-lighter--memory))
"]")))
"}")))
"The lighter as a list of mode line constructs.
Shows additional moment and memory info if
Expand Down

0 comments on commit 0fcfe3a

Please sign in to comment.