File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,12 @@ We chose to load the .psci file's content (the purescript doc proposes its use).
224
224
(interactive )
225
225
(psci/--run-psci-command! " :r" ))
226
226
227
+ ;;;### autoload
228
+ (defun psci/quit! ()
229
+ " Quit the psci session."
230
+ (interactive )
231
+ (psci/--run-psci-command! " :q" ))
232
+
227
233
(defvar inferior-psci-mode-map
228
234
(let ((map (make-sparse-keymap )))
229
235
(define-key map (kbd " C-c C-l" ) 'psci/load-current-file! )
Original file line number Diff line number Diff line change 1
1
#+title: backlog
2
2
#+author: ardumont
3
3
4
- * IN-PROGRESS 0.0.5 [50 %]
4
+ * IN-PROGRESS 0.0.5 [83 %]
5
5
- [X] Prepare backlog
6
6
- [X] Improve mode description header
7
7
- [X] Update version
8
- - [- ] Reorganize code for a better readability
8
+ - [X ] Reorganize code for a better readability
9
9
- [X] Reorganize var at the beginning of the buffer
10
10
- [X] Add missing autoload property on psci function
11
11
- [X] Remove dead code
12
12
- [X] Reorganize private functions at the beginning of the buffer
13
13
- [X] Improve psci minor mode's dosctring description
14
- - [ ] Rename functions according to fully compliant emacs conventions?
15
- - [ ] Add quit session command
14
+ - [X] Add quit session command
16
15
- [ ] Make psci's default completion work
17
16
* DONE 0.0.4 [100%]
18
17
CLOSED: [2014-10-29 Wed 20:08]
You can’t perform that action at this time.
0 commit comments