diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 09:51:16 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 09:51:16 +0100 |
commit | 2f2fc8c847a2ae24248bd874b5d1c75610c851cf (patch) | |
tree | 019d6479057b642b34768e3e9987a9f8c5496e11 /izumi.org | |
parent | 7f583e3fcad6b095c7f347b0aa52af21c2cc1d43 (diff) |
Fix load path to the secrets
Diffstat (limited to 'izumi.org')
-rw-r--r-- | izumi.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #+NAME: OPERATING-SYSTEM #+BEGIN_SRC scheme :tangle system-configuration.scm - ( add-to-load-path "/home/marek/Dokumenty/secrets" ) + ( add-to-load-path "/home/marek/Dokumenty/secrets/" ) ( use-modules ( marek ) |