Skip to content

Commit 85ea341

Browse files
committed
- [X] Update call to setq default-directory
1 parent ba82e03 commit 85ea341

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

psci.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
(current-buffer)))
9292
;; create the comint process if there is no buffer.
9393
(unless buffer
94-
(set (make-local-variable 'default-directory) (psci/--project-root!))
94+
(setq default-directory (psci/--project-root!))
9595
(apply 'make-comint-in-buffer psci/buffer-name buffer
9696
psci-program psci/arguments)
9797
(psci-mode))))

todo.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CLOSED: [2014-10-29 Wed 18:54]
2727
- [X] Add to el-get - https://github.com/ardumont/el-get/blob/add-psci-recipe/recipes/psci.rcp
2828
- [X] Update documentation regarding installation steps
2929
- [X] Update documentation regarding usage
30-
* DONE 0.0.4 [90%]
30+
* DONE 0.0.4 [100%]
3131
CLOSED: [2014-10-29 Wed 20:08]
3232
- [X] Update version
3333
- [X] Add an interactive command for displaying the current version
@@ -39,4 +39,4 @@ CLOSED: [2014-10-29 Wed 20:08]
3939
- [X] Update heading information about the minor-mode activation and setup
4040
- [X] Update documentation about the minor-mode activation and setup
4141
- [X] Avoid version function and var. Use directly the package information.
42-
- [ ] Avoid using / in delimiter and use - instead.
42+
- [X] Update call to setq default-directory

0 commit comments

Comments
 (0)