From 562668a4293493c57e073f396525e5aebbc014b9 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sat, 15 Aug 2015 00:57:09 -0400 Subject: [PATCH] scheme layer: small edition of README --- contrib/!lang/common-lisp/extensions.el | 31 ------------------------- contrib/!lang/scheme/README.org | 15 ++++++++---- 2 files changed, 11 insertions(+), 35 deletions(-) delete mode 100644 contrib/!lang/common-lisp/extensions.el diff --git a/contrib/!lang/common-lisp/extensions.el b/contrib/!lang/common-lisp/extensions.el deleted file mode 100644 index d716334fa9a5..000000000000 --- a/contrib/!lang/common-lisp/extensions.el +++ /dev/null @@ -1,31 +0,0 @@ -;;; extensions.el --- Common Lisp Layer extensions File for Spacemacs -;; -;; Copyright (c) 2012-2014 Sylvain Benner -;; Copyright (c) 2014-2015 Sylvain Benner & Contributors -;; -;; Author: Sylvain Benner -;; URL: https://github.com/syl20bnr/spacemacs -;; -;; This file is not part of GNU Emacs. -;; -;;; License: GPLv3 - -(setq slime-pre-extensions - '( - ;; pre extension slimes go here - )) - -(setq slime-post-extensions - '( - ;; post extension slimes go here - )) - -;; For each extension, define a function slime/init- -;; -;; (defun slime/init-my-extension () -;; "Initialize my extension" -;; ) -;; -;; Often the body of an initialize function uses `use-package' -;; For more info on `use-package', see readme: -;; https://github.com/jwiegley/use-package diff --git a/contrib/!lang/scheme/README.org b/contrib/!lang/scheme/README.org index 78079a0a0ea5..95a8ed7f9871 100644 --- a/contrib/!lang/scheme/README.org +++ b/contrib/!lang/scheme/README.org @@ -1,9 +1,16 @@ #+TITLE: Scheme contribution layer for Spacemacs -* Table of Contents -- [[#description][Description]] -- [[#install][Install]] -- [[#key-bindings][Key Bindings]] +* Table of Contents :TOC@4: + - [[#description][Description]] + - [[#install][Install]] + - [[#key-bindings][Key Bindings]] + - [[#compiling-][Compiling ]] + - [[#navigation][Navigation]] + - [[#documentation][Documentation]] + - [[#insertion][Insertion]] + - [[#macroexpansion][Macroexpansion]] + - [[#repl][REPL]] + * Description A spacemacs contribution layer providing Scheme support via [[http://www.nongnu.org/geiser/][Geiser]].