Compilation notifications in Emacs

from blog Federico's Blog, | ↗ original
Here is a little Emacs Lisp snippet that I've started using. It makes Emacs pop up a desktop-wide notification when a compilation finishes, i.e. after "M-x compile" is done. Let's see if that keeps me from wasting time in the web when I launch a compilation. (setq compilation-finish-functions (append …