Change location ‘config.scm’ looks for machine-specific files
This commit is contained in:
parent
a7e28f7866
commit
f8b496e660
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
(add-to-load-path (dirname (current-filename)))
|
||||
|
||||
(load-from-path (string-append "oni/home/" (gethostname) "/config.scm"))
|
||||
(load-from-path (string-append "oni/home/config/" (gethostname) ".scm"))
|
||||
|
|
Loading…
Reference in a new issue