Commit 3c085dee5260

Vincent Demeester <vincent+git@demeester.fr>
2014-08-13 15:08:32
Enable notifications
1 parent 44a27ff
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -318,7 +318,6 @@
   (fset 'yes-or-no-p 'y-or-n-p)
 #+END_SRC
 
-
 **** DONE Encoding
 
      Make sur that we use ~utf-8~ by default.
@@ -478,6 +477,14 @@
 #+END_SRC
 
 
+**** DONE Notifications
+     Emacs now has notifications (freedesktop.org specifications)
+     built-in. Let's load it for potential needs.
+
+     #+BEGIN_SRC emacs-lisp
+       (require 'notifications)
+     #+END_SRC
+
 **** TODO Evil
 *** Server mode