From 3747afb4b02575e794c8e74d1ca9af2fdbd9c525 Mon Sep 17 00:00:00 2001 From: emacspace Date: Fri, 23 Aug 2019 17:22:19 +0000 Subject: [PATCH] documentation formatting: Fri Aug 23 17:22:19 UTC 2019 --- EXPERIMENTAL.org | 1 - doc/DOCUMENTATION.org | 14 +++++++------- layers/+source-control/github/README.org | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/EXPERIMENTAL.org b/EXPERIMENTAL.org index be0a8683f..6ca9f57d9 100644 --- a/EXPERIMENTAL.org +++ b/EXPERIMENTAL.org @@ -51,7 +51,6 @@ else the =autoconf.sh= script will fail later on: #+END_SRC *** Simple patch of Emacs source code - *Note: This seems to not be needed anymore. For reference we still keep it in the guide.* diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 9955ce7b4..29e1ba4b5 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1757,17 +1757,17 @@ current layout. If there is only one opened buffer for a given layout then ~SPC TAB~ won't do anything and the following message is displayed in the minibuffer: -#+begin_quote -Last buffer not found. -#+end_quote +#+BEGIN_QUOTE + Last buffer not found. +#+END_QUOTE To allow ~SPC TAB~ to switch to the last opened buffer from another layout set this variable =spacemacs-layouts-restrict-spc-tab= to =nil=. For instance in your used layer list with layer variables: -#+begin_example emacs-lisp +#+BEGIN_EXAMPLE (spacemacs-layouts :variables spacemacs-layouts-restrict-spc-tab t) -#+end_example +#+END_EXAMPLE *** Restrict a given function to the current layout You can make any function "layout aware" by adding it to the list @@ -1778,11 +1778,11 @@ take effect. Default value for this variable is: -#+begin_example emacs-lisp +#+BEGIN_EXAMPLE '(spacemacs/window-split-double-columns spacemacs/window-split-triple-columns spacemacs/window-split-grid) -#+end_example +#+END_EXAMPLE If you want to add the function =my-func= to this list you need to redefine the complete list using layer variables: diff --git a/layers/+source-control/github/README.org b/layers/+source-control/github/README.org index 9a6fed01a..48b7704a2 100644 --- a/layers/+source-control/github/README.org +++ b/layers/+source-control/github/README.org @@ -44,7 +44,7 @@ You will also need to [[https://help.github.com/articles/generating-a-new-ssh-ke ** Forge The =forge= package uses =emacsql= which requires a C compiler to be available -on MS Windows, see issue https://github.com/skeeto/emacsql/issues/46. +on MS Windows, see issue [[https://github.com/skeeto/emacsql/issues/46]]. For this reason the =forge= package is not installed on MS Windows by default. If you still want to install it (which means you do have a C compiler available