ソースを参照

Added geiser mode for scheme

master
wizard 4年前
コミット
9e10215c8d
署名者: wizard <xyzzylink@airmail.cc> GPGキーID: F5394FC61CA2C7D9
1個のファイルの変更9行の追加0行の削除
  1. +9
    -0
      config.org

+ 9
- 0
config.org ファイルの表示

@@ -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.


読み込み中…
キャンセル
保存