Skip to content

Commit 050d9b1

Browse files
committed
- [X] Update documentation about quit command
1 parent 9226d0e commit 050d9b1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Default bindings available from a purescript buffer:
134134
| C-c M-n | M-x psci/load-module! | Equivalent of `:i your.current.module.name` - Import <module> for use in PSCI |
135135
| C-c C-r | M-x psci/load-project-modules! | Load or reload files defined in the project file .psci |
136136
| N/A | M-x psci/reset! | Equivalent of `:r` - Reset |
137+
| N/A | M-x psci/quit! | Equivalent of `:q` - Quit |
137138
| C-c C-z | | Provided you use the previous setup, this will switch back and forth between repl and buffer |
138139
|-------------+--------------------------------+----------------------------------------------------------------------------------------------|
139140

todo.org

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#+title: backlog
22
#+author: ardumont
33

4-
* IN-PROGRESS 0.0.5 [83%]
4+
* TODO 0.0.6 [0%]
5+
- [ ] Update version
6+
- [ ] Make psci's default completion work
7+
* IN-PROGRESS 0.0.5 [85%]
58
- [X] Prepare backlog
69
- [X] Improve mode description header
710
- [X] Update version
@@ -12,7 +15,7 @@
1215
- [X] Reorganize private functions at the beginning of the buffer
1316
- [X] Improve psci minor mode's dosctring description
1417
- [X] Add quit session command
15-
- [ ] Make psci's default completion work
18+
- [X] Update documentation about quit command
1619
* DONE 0.0.4 [100%]
1720
CLOSED: [2014-10-29 Wed 20:08]
1821
- [X] Update version

0 commit comments

Comments
 (0)