Commit 3c085dee5260
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