X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=20aa3b534a6db452245ac2d047486c898a88f75b;hp=40e21dcb71baed804681f143104e7cea00f3e5b6;hb=80ce7af0c6f488e775d3343472382e829458ffbc;hpb=b4450244a5e23605f80b2179ce7d4dbaff56d927 diff --git a/elpher.el b/elpher.el index 40e21dc..20aa3b5 100644 --- a/elpher.el +++ b/elpher.el @@ -209,7 +209,7 @@ some servers which do not support IPv6 can take a long time to time-out." "Face used for html type directory records.") (defface elpher-gemini - '((t :inherit font-lock-regexp-grouping-backslash)) + '((t :inherit font-lock-constant-face)) "Face used for Gemini type directory records.") (defface elpher-other-url @@ -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))