From 18a998b6758ccee5dd318cdd9d87fd241ffe01de Mon Sep 17 00:00:00 2001 From: emacspace Date: Thu, 4 Apr 2019 16:29:54 +0000 Subject: [PATCH] documentation formatting: Thu Apr 4 16:29:54 UTC 2019 --- doc/DOCUMENTATION.org | 6 +++--- layers/+lang/clojure/README.org | 2 +- layers/+lang/purescript/README.org | 1 - layers/+lang/scheme/README.org | 8 ++++---- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 53d6b5c32..1df330cfd 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -2709,9 +2709,9 @@ directly search into it like with ~SPC s p~. **** Searching the web -| Key binding | Description | -|-------------+----------------------------------------------------------------------| -| ~SPC s w g~ | Get Google suggestions in emacs. Opens Google results in Browser. | +| Key binding | Description | +|-------------+-------------------------------------------------------------------| +| ~SPC s w g~ | Get Google suggestions in emacs. Opens Google results in Browser. | *** Persistent highlighting Spacemacs uses =evil-search-highlight-persist= to keep the searched expression diff --git a/layers/+lang/clojure/README.org b/layers/+lang/clojure/README.org index d1dad4526..f11cf642d 100644 --- a/layers/+lang/clojure/README.org +++ b/layers/+lang/clojure/README.org @@ -120,7 +120,7 @@ sure the necessary dependencies are present, and the necessary nREPL middlewares are enabled. *** Quick Start with boot -- Install =boot= 2.8.2 or newer (see [[https://github.com/boot-clj/boot#user-content-install]]) +- Install =boot= 2.8.2 or newer (see [[https://github.com/boot-clj/boot#user-content-install]]) - Create a file =~/.boot/profile.boot= with the following content: #+BEGIN_SRC clojure diff --git a/layers/+lang/purescript/README.org b/layers/+lang/purescript/README.org index a76e93d06..0e287dc4c 100644 --- a/layers/+lang/purescript/README.org +++ b/layers/+lang/purescript/README.org @@ -83,7 +83,6 @@ meant as an alternative to using flycheck. Default value is nil. | ~SPC m h t~ | Show type at point | | ~SPC m g g~ | Goto definition for identifier at point | - ** REPL [[https://github.com/ardumont/emacs-psci][psci]] provides a very basic REPL for purescript. The following key bindings are available: diff --git a/layers/+lang/scheme/README.org b/layers/+lang/scheme/README.org index a17bd1210..72f4a7314 100644 --- a/layers/+lang/scheme/README.org +++ b/layers/+lang/scheme/README.org @@ -46,16 +46,16 @@ Additionally, as of 2018-12-12 there is a [[https://git.archlinux.org/svntogit/c in some of the Linux package repos: #+BEGIN_EXAMPLE -# Chicken had csc and csi first, but then mono introduced a conflict and -# does not seem to want to change this. OpenBSD renamed csc and csi to -# chicken-csc and chicken-csi 2018-12-12. + # Chicken had csc and csi first, but then mono introduced a conflict and + # does not seem to want to change this. OpenBSD renamed csc and csi to + # chicken-csc and chicken-csi 2018-12-12. #+END_EXAMPLE You may need to modify the =csi= command accordingly. If the name of the REPL binary on your system is =chicken-csi=, you will also need to add #+BEGIN_SRC emacs-lisp -(setq geiser-chicken-binary "chicken-csi") + (setq geiser-chicken-binary "chicken-csi") #+END_SRC to your =dotspacemacs/user-config= in order for the REPL to start in spacemacs.