File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 91
91
(current-buffer )))
92
92
; ; create the comint process if there is no buffer.
93
93
(unless buffer
94
- (set ( make-local-variable ' default-directory) (psci/--project-root!))
94
+ (setq default-directory (psci/--project-root!))
95
95
(apply 'make-comint-in-buffer psci/buffer-name buffer
96
96
psci-program psci/arguments)
97
97
(psci-mode))))
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ CLOSED: [2014-10-29 Wed 18:54]
27
27
- [X] Add to el-get - https://github.com/ardumont/el-get/blob/add-psci-recipe/recipes/psci.rcp
28
28
- [X] Update documentation regarding installation steps
29
29
- [X] Update documentation regarding usage
30
- * DONE 0.0.4 [90 %]
30
+ * DONE 0.0.4 [100 %]
31
31
CLOSED: [2014-10-29 Wed 20:08]
32
32
- [X] Update version
33
33
- [X] Add an interactive command for displaying the current version
@@ -39,4 +39,4 @@ CLOSED: [2014-10-29 Wed 20:08]
39
39
- [X] Update heading information about the minor-mode activation and setup
40
40
- [X] Update documentation about the minor-mode activation and setup
41
41
- [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