From d2bf2f9e394b443cb27081de9ccd956e9549ff16 Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 28 Mar 2022 17:29:56 +0200 Subject: Switch to possibly multiple .el.gpg. secret files --- emacs-init.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index ea29924..cb35283 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -170,9 +170,8 @@ A similar behaviour can be achieved using [[https://github.com/AGWA/git-crypt][g details regarding my emacs configuration in =emacs-private.el.gpg= and load this file here. #+begin_src emacs-lisp -(setq secret-file (expand-file-name "emacs-private.el.gpg" - user-emacs-directory)) -(load secret-file) +(mapc (lambda (file) (load file)) + (directory-files default-directory t "emacs-.*el.gpg")) #+end_src This is the content of =init.el=. Notice the ~:tangle tangle/init.el~ -- cgit v1.2.3