Commit 0c7dee5a47db
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)))