Skip to content

Commit

Permalink
fix: Load global Eask-file at home
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 13, 2023
1 parent 0a2c81d commit 7f203d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/_prepare.el
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ This uses function `locate-dominating-file' to look up directory tree."
;; for the sandbox.
(eask-with-verbosity 'debug
(eask-ignore-errors ; Again, without Eask-file needed!
(if (eask-file-try-load "./")
(if (eask-file-try-load "../")
(eask-msg "✓ Loading global Eask file in %s... done!" eask-file)
(eask-msg "✗ Loading global Eask file... missing!")))
(eask-msg ""))
Expand Down

0 comments on commit 7f203d5

Please sign in to comment.