documentation formatting: Fri Aug 23 17:22:19 UTC 2019

This commit is contained in:
emacspace 2019-08-23 17:22:19 +00:00 committed by duianto
parent 512a1e3b0c
commit 3747afb4b0
3 changed files with 8 additions and 9 deletions

View File

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

View File

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

View File

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