Added geiser mode for scheme
This commit is contained in:
parent
d441d24334
commit
9e10215c8d
@ -1147,6 +1147,15 @@ Show completions for shell mode buffers
|
||||
|
||||
#+RESULTS:
|
||||
|
||||
*** Lisp
|
||||
**** Scheme
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package geiser
|
||||
:ensure t
|
||||
:config
|
||||
(setq geiser-active-implementations '(guile)))
|
||||
#+END_SRC
|
||||
|
||||
** IRC
|
||||
Internet relay chat. It's where hackers go to communicate. Think of it
|
||||
like two boats in a shipping channel.
|
||||
|
Loading…
Reference in New Issue
Block a user