Skip to content

Commit

Permalink
Add Emacs geiser extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Nov 20, 2024
1 parent 1207231 commit ad9a36d
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 0 deletions.
1 change: 1 addition & 0 deletions emacs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.elc
42 changes: 42 additions & 0 deletions emacs/geiser-godot-s7-autoloads.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
;;; geiser-godot-s7-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.

;; This file is part of GNU Emacs.

;;; Code:


;;;### (autoloads nil "geiser-godot-s7" "geiser-godot-s7.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from geiser-godot-s7.el

(autoload 'connect-to-godot-s7 "geiser-godot-s7" "\
Start a Godot s7 REPL connected to a remote process.
Start a Scheme Repl in the active Godot s7 scene." t)

(geiser-activate-implementation 'godot-s7)

(autoload 'run-godot-s7 "geiser-godot-s7" "\
Start a Geiser Godot s7 REPL." t)

(autoload 'switch-to-godot-s7 "geiser-godot-s7" "\
Start a Geiser Godot s7 REPL, or switch to a running one." t)

(register-definition-prefixes "geiser-godot-s7" '("geiser-godot-s7-" "godot-s7"))

;;;***

;;; End of scraped data

(provide 'geiser-godot-s7-autoloads)

;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:

;;; geiser-godot-s7-autoloads.el ends here
Loading

0 comments on commit ad9a36d

Please sign in to comment.