[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:
parent
9d51fae47b
commit
ec512f18c9
1 changed files with 4 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue