File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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))))
Original file line number Diff line number Diff 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 %]
3131CLOSED: [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
You can’t perform that action at this time.
0 commit comments