Lisp/Geiser: Remove Chicken from active implementations

master
Pierre Neidhardt 2018-07-24 09:33:31 +02:00
parent 6f7e371d83
commit 62843a3f64
1 changed files with 3 additions and 0 deletions

View File

@ -109,5 +109,8 @@
;;; Scheme.
;; (setq geiser-repl-skip-version-check-p t
;; geiser-mode-start-repl-p t)
(with-eval-after-load 'geiser-impl
(setq geiser-active-implementations
(delq 'chicken geiser-active-implementations)))
(provide 'init-lisp)