mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Make geiser talk to racket (plt-r5rs did not work).
This commit is contained in:
parent
c86af85fb8
commit
346179b49b
2
init.el
2
init.el
@ -841,7 +841,7 @@ given, the duplicated region will be commented out."
|
||||
(eval-after-load "auto-complete"
|
||||
'(add-to-list 'ac-modes 'geiser-repl-mode))
|
||||
(eval-after-load "geiser"
|
||||
'(add-to-list 'geiser-active-implementations 'plt-r5rs)) ;'(racket))
|
||||
'(setq geiser-active-implementations '(racket)))
|
||||
|
||||
;; Java and C
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user