auto-load-project-el/README.org
Yann Esposito (Yogsototh) f3ff393770
Initial commit
2019-08-19 23:59:22 +02:00

17 lines
557 B
Org Mode

#+Title: Autoload project.el
#+Author: Yann Esposito
#+Date: [2019-08-19 Mon]
Autoload securely a =project.el= file when entering a project directory.
It uses =projectile= package.
When entering a new project, load the =project.el= file at the root of the
project.
To make things safes, it check a =project.el.sig= GPG signature file and
verify the file was signed by one of the
=auto-load-project-trusted-gpg-key-fingerprint=.
#+begin_src elisp
(setq auto-load-project-trusted-gpg-key-fingerprints
'("000011112222333344445555666677778888"))
#+end_src