X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=02fb21252f8ad2b0152f38f751818c30ee49a753;hp=40e21dcb71baed804681f143104e7cea00f3e5b6;hb=bdc916c2e0d2501dd489a2da9316a5152434f497;hpb=b4450244a5e23605f80b2179ce7d4dbaff56d927 diff --git a/elpher.el b/elpher.el index 40e21dc..02fb212 100644 --- a/elpher.el +++ b/elpher.el @@ -804,6 +804,8 @@ base for the installed key and certificate files." (defun elpher-list-existing-certificates () "Return a list of the persistent certificates in `elpher-certificate-directory'." + (unless (file-directory-p elpher-certificate-directory) + (make-directory elpher-certificate-directory)) (mapcar (lambda (file) (file-name-sans-extension file))