You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
1
#+title: psci-mode
2
2
#+author: ardumont
3
3
4
-
At the moment, not everything works.
5
-
6
-
For example, the `:r` command (which is supposed to reset the loaded modules of the current session) does nothing (but it does work in a terminal session).
4
+
A major mode to try and improve the purescript repl experience within emacs.
7
5
8
6
* Description
9
7
** What
@@ -95,14 +93,14 @@ M-x el-get-install RET psci RET
95
93
96
94
*Note* Providing [[https://github.com/dimitri/el-get/pull/1973][PR]] is merged.
97
95
98
-
* Setup
96
+
* Start and setup
99
97
** Start
100
98
101
99
#+begin_src sh
102
100
M-x psci
103
101
#+end_src
104
102
105
-
This will open a psci repl in your project root folder (using projectile to determine that).
103
+
This will open a psci repl within emacs from your current project root folder (using [[https://github.com/bbatsov/projectile][projectile]] to determine that).
106
104
107
105
** Setup
108
106
@@ -117,18 +115,20 @@ This permits, using the same universal binding `C-c C-z`, to go back and forth b
117
115
118
116
* Use
119
117
120
-
Default bindings for this mode:
118
+
Default bindings available from a purescript buffer:
0 commit comments