We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 817083f + 8886f66 commit df4b85aCopy full SHA for df4b85a
Makefile
@@ -16,6 +16,7 @@ ELFILES = \
16
purescript-mode.el \
17
purescript-move-nested.el \
18
purescript-navigate-imports.el \
19
+ purescript-presentation-mode.el \
20
purescript-simple-indent.el \
21
purescript-sort-imports.el \
22
purescript-str.el \
purescript-presentation-mode.el
@@ -35,7 +35,7 @@
35
36
(define-key purescript-presentation-mode-map (kbd "q") 'quit-window)
37
38
-(defun purescript-present (name session code)
+(defun purescript-present (name _ code)
39
"Present CODE in a popup buffer suffixed with NAME and set
40
SESSION as the current purescript-session."
41
(let* ((name (format "*PureScript Presentation%s*" name))
0 commit comments