mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Make +haskell-repl-buffer arg optional
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
;;; lang/haskell/autoload.el -*- lexical-binding: t; -*-
|
;;; lang/haskell/autoload.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +haskell-repl-buffer (arg)
|
(defun +haskell-repl-buffer (&optional arg)
|
||||||
"Returns the appropriate Haskell REPL buffer."
|
"Returns the appropriate Haskell REPL buffer."
|
||||||
(if (featurep! +intero)
|
(if (featurep! +intero)
|
||||||
(intero-repl-buffer arg)
|
(intero-repl-buffer arg)
|
||||||
|
Reference in New Issue
Block a user