diff options
author | jao <jao@gnu.org> | 2021-12-18 21:03:34 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-12-18 21:03:34 +0000 |
commit | 476897e4f8a101d808ee0a0a97cc98a46d079af6 (patch) | |
tree | 24c30aefdafbbc732e41e6c5786c7f79d1aac4ec /news.org | |
parent | 365764db5e3e07042f83d120595421770db771b2 (diff) | |
download | geiser-476897e4f8a101d808ee0a0a97cc98a46d079af6.tar.gz geiser-476897e4f8a101d808ee0a0a97cc98a46d079af6.tar.bz2 |
new geiser-repl-per-project-p to control per-project REPLs
And we still need some fixes here when that's active, specifically for
the case when you travel to a file outside the current project: it
becomes repeless, which is a sad state.
Diffstat (limited to 'news.org')
-rw-r--r-- | news.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ - New option to add current project's root to load path or any of its subdirectories, ~geiser-repl-add-project-paths~. - Defaulting ~geiser-repl-current-project-function~ to ~project-current~ - in emacsen having it available. + in emacsen having it available, and using the new + ~geiser-repl-per-project-p~ to decide whether to use it. * Version 0.19 (December, 2021) - Bug fixes * Version 0.18 (October, 2021) |