1
0
Fork 0

[oni-scheme] Add ‘geiser-guile’

This is necessary to be able to run ‘geiser’ using Guile Scheme. This commit
also fixes a couple of warnings.
This commit is contained in:
Tom Willemse 2021-04-13 15:43:43 -07:00
parent 9d51fae47b
commit ec512f18c9

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; 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."