Skip to content

Commit

Permalink
Default to displaying only open notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 6, 2023
1 parent 9bf0765 commit f9cb983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/forge-notify.el
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

(defvar forge-notifications-display-style 'flat)
(defvar forge-notifications-display-list-function
#'forge--ls-notifications-all)
#'forge--ls-notifications-open)

(defun forge-set-notifications-display-style ()
"Set the value of `forge-notifications-display-style' and refresh."
Expand Down

0 comments on commit f9cb983

Please sign in to comment.