Geiser: Remove hotpatches now that 0.11.2 is out.

master
Pierre Neidhardt 2020-02-25 15:51:28 +01:00
parent ca8b40ac3f
commit 084734625d
2 changed files with 0 additions and 10 deletions

View File

@ -40,7 +40,4 @@
(add-hook 'geiser-repl-mode-hook 'lispyville-mode)
(add-hook 'geiser-repl-mode-hook 'rainbow-delimiters-mode))
(with-eval-after-load 'geiser-guile
(require 'patch-geiser nil 'noerror))
(provide 'init-scheme)

View File

@ -1,7 +0,0 @@
;; See https://github.com/emacs-helm/helm/issues/2134 and
;; https://gitlab.com/jaor/geiser/issues/180
(when (>= emacs-major-version 26)
(setq geiser-completion--module-list-func
(completion-table-dynamic 'geiser-completion--module-list)))
(provide 'patch-geiser)