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

@ -2709,9 +2709,9 @@ directly search into it like with ~SPC s p~.
**** Searching the web **** Searching the web
| Key binding | Description | | Key binding | Description |
|-------------+----------------------------------------------------------------------| |-------------+-------------------------------------------------------------------|
| ~SPC s w g~ | Get Google suggestions in emacs. Opens Google results in Browser. | | ~SPC s w g~ | Get Google suggestions in emacs. Opens Google results in Browser. |
*** Persistent highlighting *** Persistent highlighting
Spacemacs uses =evil-search-highlight-persist= to keep the searched expression Spacemacs uses =evil-search-highlight-persist= to keep the searched expression

View File

@ -120,7 +120,7 @@ sure the necessary dependencies are present, and the necessary nREPL middlewares
are enabled. are enabled.
*** Quick Start with boot *** 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: - Create a file =~/.boot/profile.boot= with the following content:
#+BEGIN_SRC clojure #+BEGIN_SRC clojure

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 h t~ | Show type at point |
| ~SPC m g g~ | Goto definition for identifier at point | | ~SPC m g g~ | Goto definition for identifier at point |
** REPL ** REPL
[[https://github.com/ardumont/emacs-psci][psci]] provides a very basic REPL for purescript. The following key [[https://github.com/ardumont/emacs-psci][psci]] provides a very basic REPL for purescript. The following key
bindings are available: 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: in some of the Linux package repos:
#+BEGIN_EXAMPLE #+BEGIN_EXAMPLE
# Chicken had csc and csi first, but then mono introduced a conflict and # 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 # does not seem to want to change this. OpenBSD renamed csc and csi to
# chicken-csc and chicken-csi 2018-12-12. # chicken-csc and chicken-csi 2018-12-12.
#+END_EXAMPLE #+END_EXAMPLE
You may need to modify the =csi= command accordingly. If the name of the 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 REPL binary on your system is =chicken-csi=, you will also need to add
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq geiser-chicken-binary "chicken-csi") (setq geiser-chicken-binary "chicken-csi")
#+END_SRC #+END_SRC
to your =dotspacemacs/user-config= in order for the REPL to start in spacemacs. to your =dotspacemacs/user-config= in order for the REPL to start in spacemacs.