projects
/
dotfiles2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2526ec
)
emacs.el: make the notification works as expected with GNOME3
origin/master
author
Your Name
<olivier.tetard@amossys.fr>
Fri, 9 Dec 2011 13:29:55 +0000
(14:29 +0100)
committer
Your Name
<olivier.tetard@amossys.fr>
Fri, 9 Dec 2011 13:43:19 +0000
(14:43 +0100)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/emacs.el
index
c70ec79
..
89fff19
100644
(file)
--- a/
emacs.el
+++ b/
emacs.el
@@
-167,6
+167,7
@@
The function is not passed any arguments. The function honours restrictions."
(let ((n twittering-new-tweets-count))
(start-process "twittering-notify" nil "notify-send"
"-i" "/usr/share/pixmaps/gnome-emacs.png"
+ "--hint=int:transient:1"
"New tweets"
(format "You have %d new tweet%s"
n (if (> n 1) "s" ""))))))