We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2c81d commit 7f203d5Copy full SHA for 7f203d5
lisp/_prepare.el
@@ -1028,7 +1028,7 @@ This uses function `locate-dominating-file' to look up directory tree."
1028
;; for the sandbox.
1029
(eask-with-verbosity 'debug
1030
(eask-ignore-errors ; Again, without Eask-file needed!
1031
- (if (eask-file-try-load "./")
+ (if (eask-file-try-load "../")
1032
(eask-msg "✓ Loading global Eask file in %s... done!" eask-file)
1033
(eask-msg "✗ Loading global Eask file... missing!")))
1034
(eask-msg ""))
0 commit comments