Tweak geiser configuration and add flycheck-guile

This commit is contained in:
Andrew Whatson 2020-06-10 00:17:03 +10:00
parent dd8b535eb1
commit 61e5ab0581
3 changed files with 83 additions and 5 deletions

View file

@ -50,8 +50,8 @@ lists properly and names starting with 'default'."
(funcall method state indent-point normal-indent)))))))
;;;###autoload
(defun +scheme/open-repl (&optional arg)
(defun +scheme/open-repl ()
"Open the Scheme REPL."
(interactive "P")
(switch-to-geiser arg)
(interactive)
(call-interactively #'switch-to-geiser)
(current-buffer))