;ELC   
;;; Compiled
;;; in Emacs version 29.3
;;; with all optimizations.



(require 'evil-collection)
(defconst evil-collection-scheme-maps '(scheme-mode-map))#@23 Open the scheme REPL.
(defalias 'evil-collection-scheme-repl #[0 "\300\301\302!!\210\303\304!\207" [pop-to-buffer get-buffer-create "*scheme*" call-interactively run-scheme] 3 (#$ . 168) nil])#@38 Set up `evil' bindings for `scheme'.
(defalias 'evil-collection-scheme-setup #[0 "\300\301\302\303#\207" [evil-collection-bind scheme-mode-map goto-repl evil-collection-scheme-repl] 4 (#$ . 366)])
(provide 'evil-collection-scheme)
