X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/4b7207e1fa83e684820bf332b71a7200eeed4a80..7a5c25692787fdc908858386fcb84ae91364e415:/init.org diff --git a/init.org b/init.org index d3af370..44f31dc 100644 --- a/init.org +++ b/init.org @@ -327,8 +327,11 @@ it it's own file. While at it, treat themes as safe. ** Secrets file +Load the secrets file if it exists, otherwise show a warning. + #+begin_src emacs-lisp -(load (no-littering-expand-etc-file-name "secrets")) +(with-demoted-errors + (load (no-littering-expand-etc-file-name "secrets"))) #+end_src ** Better =$PATH= handling