Skip to content

Commit

Permalink
Merge pull request #22 from hexmode/master
Browse files Browse the repository at this point in the history
libnotify alerts should be marked transient
  • Loading branch information
jwiegley committed Mar 6, 2015
2 parents 68425d3 + e198312 commit 43d292e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alert.el
Expand Up @@ -618,6 +618,7 @@ strings."
(let* ((args
(list "--icon" (or (plist-get info :icon) "Emacs")
"--app-name" "Emacs"
"--hint" "int:transient:1"
"--urgency" (let ((urgency (cdr (assq
(plist-get info :severity)
alert-libnotify-priorities))))
Expand Down

0 comments on commit 43d292e

Please sign in to comment.