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 #+END_SRC
*** Simple patch of Emacs source code *** Simple patch of Emacs source code
*Note: This seems to not be needed anymore. For reference we still keep it in *Note: This seems to not be needed anymore. For reference we still keep it in
the guide.* 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 ~SPC TAB~ won't do anything and the following message is displayed in the
minibuffer: minibuffer:
#+begin_quote #+BEGIN_QUOTE
Last buffer not found. Last buffer not found.
#+end_quote #+END_QUOTE
To allow ~SPC TAB~ to switch to the last opened buffer from another layout set 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 this variable =spacemacs-layouts-restrict-spc-tab= to =nil=. For instance in
your used layer list with layer variables: your used layer list with layer variables:
#+begin_example emacs-lisp #+BEGIN_EXAMPLE
(spacemacs-layouts :variables spacemacs-layouts-restrict-spc-tab t) (spacemacs-layouts :variables spacemacs-layouts-restrict-spc-tab t)
#+end_example #+END_EXAMPLE
*** Restrict a given function to the current layout *** Restrict a given function to the current layout
You can make any function "layout aware" by adding it to the list 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: Default value for this variable is:
#+begin_example emacs-lisp #+BEGIN_EXAMPLE
'(spacemacs/window-split-double-columns '(spacemacs/window-split-double-columns
spacemacs/window-split-triple-columns spacemacs/window-split-triple-columns
spacemacs/window-split-grid) spacemacs/window-split-grid)
#+end_example #+END_EXAMPLE
If you want to add the function =my-func= to this list you need to redefine If you want to add the function =my-func= to this list you need to redefine
the complete list using layer variables: 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 ** Forge
The =forge= package uses =emacsql= which requires a C compiler to be available 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. 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 If you still want to install it (which means you do have a C compiler available