Commit 0c7dee5a47db

Vincent Demeester <vincent+github@demeester.fr>
2015-04-02 18:43:05
Update emacs.org
Fix a typo in ``init.el`` part
1 parent 591f3d1
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -74,7 +74,7 @@
   (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
 
   ;; If gpg cannot be found, signature checking will fail, so we
-  ;; conditionnally enable it according wether gpg is availabel.
+  ;; conditionnally enable it according wether gpg is available.
   ;; We re-run this check once $PATH has been configured
   (defun sanityinc/package-maybe-enable-signatures ()
     (setq package-check-signature (when (executable-find "gpg") 'allow-unsigned)))