Geiser: Patch issue with module completion

master
Pierre Neidhardt 2019-03-08 09:47:17 +01:00
parent 1838dc7cfa
commit 6d5c849154
1 changed files with 6 additions and 0 deletions

View File

@ -7,4 +7,10 @@
(switch-to-buffer-other-window "*info*"))
(search-forward (format "%s" id) nil t))
;; 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)