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"
|
(eval-after-load "auto-complete"
|
||||||
'(add-to-list 'ac-modes 'geiser-repl-mode))
|
'(add-to-list 'ac-modes 'geiser-repl-mode))
|
||||||
(eval-after-load "geiser"
|
(eval-after-load "geiser"
|
||||||
'(add-to-list 'geiser-active-implementations 'plt-r5rs)) ;'(racket))
|
'(setq geiser-active-implementations '(racket)))
|
||||||
|
|
||||||
;; Java and C
|
;; Java and C
|
||||||
|
|
||||||
|
2
init.org
2
init.org
@ -1055,7 +1055,7 @@
|
|||||||
(eval-after-load "auto-complete"
|
(eval-after-load "auto-complete"
|
||||||
'(add-to-list 'ac-modes 'geiser-repl-mode))
|
'(add-to-list 'ac-modes 'geiser-repl-mode))
|
||||||
(eval-after-load "geiser"
|
(eval-after-load "geiser"
|
||||||
'(add-to-list 'geiser-active-implementations 'plt-r5rs)) ;'(racket))
|
'(setq geiser-active-implementations '(racket)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Java and C
|
** Java and C
|
||||||
|
Loading…
Reference in New Issue
Block a user