File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ We chose to load the .psci file's content (the purescript doc proposes its use).
239
239
:prefix " psci/" )
240
240
241
241
;;;### autoload
242
- (define-minor-mode inferior-psci-mode " Extend the bindings ."
242
+ (define-minor-mode inferior-psci-mode " psci minor mode to define default bindings ."
243
243
:lighter " ip"
244
244
:keymap inferior-psci-mode-map
245
245
:group 'psci )
Original file line number Diff line number Diff line change 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
+ - [X] Improve psci minor mode's dosctring description
13
14
- [ ] Rename functions according to fully compliant emacs conventions?
14
15
- [ ] Add quit session command
15
16
- [ ] Make psci's default completion work
You can’t perform that action at this time.
0 commit comments