Skip to content

Commit

Permalink
Use setq-local
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Nov 16, 2024
1 parent b5d3123 commit 171974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justl.el
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ ARGS is a plist that affects how the process is run.
"Set DIR as the new working directory.
This is usually used with no-cd recipe attribute."
(interactive "DNew Working Directory:")
(setq default-directory dir))
(setq-local default-directory dir))

(defun justl-recompile ()
"Execute the same just target again."
Expand Down

0 comments on commit 171974e

Please sign in to comment.