We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
haskell-session-assign
1 parent 5c93a15 commit 6e272ddCopy full SHA for 6e272dd
haskell-session.el
@@ -87,7 +87,11 @@
87
"haskell")))
88
89
(defun haskell-session-assign (session)
90
- "Set the current session."
+ "Assing current buffer to SESSION.
91
+More verbose doc string for `haskell-session-assign`
92
+This could be helpfull for temporal or auxilar buffers such as
93
+presentation mode buffers (e.g. in case when session is killed
94
+with all relevant buffers)."
95
(set (make-local-variable 'haskell-session) session))
96
97
(defun haskell-session-choose ()
0 commit comments