Skip to content

Commit 39d2d5b

Browse files
committed
- [X] Improve mode description header
1 parent 4bcb01a commit 39d2d5b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

psci.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
;; to purescript-mode:
3939
;; (add-hook 'purescript-mode-hook 'inferior-psci-mode)
4040

41-
;; To activate psci directly from a purescript-mode buffer, you
42-
;; could use repl-toggle (available on melpa):
41+
;; To come back and forth between a purescript-mode buffer and
42+
;; repl, you could use repl-toggle (available on melpa):
4343
;; (require 'repl-toggle)
4444
;; (add-to-list 'rtog/mode-repl-alist '(purescript-mode . psci))
4545

todo.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#+title: backlog
22
#+author: ardumont
33

4-
* IN-PROGRESS 0.0.5 [16%]
4+
* IN-PROGRESS 0.0.5 [28%]
55
- [X] Prepare backlog
6+
- [X] Improve mode description header
67
- [ ] Update version
78
- [ ] Add quit session
89
- [ ] Reorganize code for a better readability

0 commit comments

Comments
 (0)