documentation formatting: Thu Apr 4 16:29:54 UTC 2019

This commit is contained in:
emacspace 2019-04-04 16:29:54 +00:00 committed by smile13241324
parent e8b384f9a3
commit 18a998b675
4 changed files with 8 additions and 9 deletions

View File

@ -2710,7 +2710,7 @@ 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. |
*** Persistent highlighting

View File

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

View File

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