瀏覽代碼

Added geiser mode for scheme

master
wizard 4 年之前
父節點
當前提交
9e10215c8d
簽署人: wizard <xyzzylink@airmail.cc> GPG Key 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.


Loading…
取消
儲存