From ec512f18c909c2561608f10f48b63847bd7023a6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 13 Apr 2021 15:43:43 -0700 Subject: [PATCH] =?UTF-8?q?[oni-scheme]=20Add=20=E2=80=98geiser-guile?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is necessary to be able to run ‘geiser’ using Guile Scheme. This commit also fixes a couple of warnings. --- oni-scheme.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/oni-scheme.el b/oni-scheme.el index c577c34..a5f9452 100644 --- a/oni-scheme.el +++ b/oni-scheme.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0907.143238 -;; Package-Requires: (oni-company oni-paredit oni-fci rainbow-delimiters geiser) +;; Version: 2021.0413.153306 +;; Package-Requires: (oni-company oni-paredit oni-fci rainbow-delimiters geiser geiser-guile) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -27,6 +27,8 @@ ;;; Code: (require 'geiser) +(require 'geiser-impl) +(require 'geiser-repl) (defun oni-scheme--auto-fill-mode () "Enable ‘auto-fill-mode’ only for comments."