Skip to content

Commit 7f203d5

Browse files
committed
fix: Load global Eask-file at home
1 parent 0a2c81d commit 7f203d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/_prepare.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ This uses function `locate-dominating-file' to look up directory tree."
10281028
;; for the sandbox.
10291029
(eask-with-verbosity 'debug
10301030
(eask-ignore-errors ; Again, without Eask-file needed!
1031-
(if (eask-file-try-load "./")
1031+
(if (eask-file-try-load "../")
10321032
(eask-msg "✓ Loading global Eask file in %s... done!" eask-file)
10331033
(eask-msg "✗ Loading global Eask file... missing!")))
10341034
(eask-msg ""))

0 commit comments

Comments
 (0)