Sfoglia il codice sorgente

Added geiser mode for scheme

master
wizard 4 anni fa
parent
commit
9e10215c8d
Firmato da: wizard <xyzzylink@airmail.cc> ID Chiave GPG: F5394FC61CA2C7D9
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +9
    -0
      config.org

+ 9
- 0
config.org Vedi File

@@ -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…
Annulla
Salva