This commit is contained in:
Yann Esposito (Yogsototh) 2019-08-20 00:14:57 +02:00
parent f3ff393770
commit fe31d46166
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -31,13 +31,13 @@ To sign a file you should used
(defun auto-load-project-trusted-gpg-origin-p (file)
"Return non-nil if the FILE is encrypted with a trusted key."
(member (auto-load-project-get-sign-key file) auto-load-project-trusted-gpg-key-fingerprints))
(member (auto-load-project-get-sign-key file)
auto-load-project-trusted-gpg-key-fingerprints))
(defconst auto-load-project-project-file "project.el"
"Project configuration file name.")
(defun auto-load-project-init-project-el-auto-load ()
(defun auto-load-project-init ()
"Initialize the autoload of project.el for projects."
(with-eval-after-load 'projectile