[bot] Auto-update (#14648)

* documentation formatting: Thu Apr 15 19:58:45 UTC 2021

* Built-in files auto-update: Thu Apr 15 19:57:01 UTC 2021
This commit is contained in:
emacspace 2021-04-15 16:16:34 -04:00 committed by GitHub
parent 26390c155c
commit 4471024721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 13 deletions

View File

@ -253,7 +253,9 @@ is used instead."
(when (file-exists-p dir)
(delete-directory dir t))
(package-build--message "Cloning %s to %s" url dir)
(package-build--run-process nil nil "git" "clone" url dir)))
(package-build--run-process nil nil "git" "clone"
"--filter=blob:none" "--no-checkout"
url dir)))
(if package-build-stable
(cl-destructuring-bind (tag . version)
(or (package-build--find-version-newest

View File

@ -162,13 +162,15 @@ block of the =Calendar/Diary integration= section [[https://orgmode.org/manual/W
Subsequently, to add appointments to the agenda you could use the following
syntax:
#+begin_src org
,* Friday, 04/02/2021
,** Appointment 1
#+BEGIN_SRC org
* Friday, 04/02/2021
** Appointment 1
<2021-04-02 Fri 10:10>
,** TODO Appointment 2
** TODO Appointment 2
<2021-04-02 Fri 10:11>
#+end_src
#+END_SRC
or just use the [[#org-journal-support][org journal system]]. Outside =org-journal= you can still use
=org-journal-insert-header-at-point= to create the date headers. In the source
block above, the first appointment will just show up in the agenda. If

View File

@ -36,11 +36,11 @@ for the implementation must be enabled by adding its name to the list of
directly in the =dotspacemacs-configuration-layers= list as shown in the
following example for guile and racket:
#+begin_src elisp
#+BEGIN_SRC elisp
dotspacemacs-configuration-layers
'((scheme :variables
scheme-implementations '(guile racket)))
#+end_src
#+END_SRC
Currently support is available for the following scheme implementations:
chez, chibi, chicken, gambit, gauche, guile, kawa, mit and racket.
@ -53,9 +53,8 @@ The following subsection shows how to install Chicken scheme and activate geiser
support.
** Install Chicken scheme example
First add =chicken= to the list of =scheme-implementations= as explained above.
For full Chicken support, the following commands should be run:
#+BEGIN_SRC shell

View File

@ -21,7 +21,6 @@ This layer adds support for the zig programming language [[https://ziglang.org/]
- LSP support via =zls= (see [[#lsp-zls][LSP]])
* Install
** Layer
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =zig= to the existing =dotspacemacs-configuration-layers= list in this
@ -61,6 +60,5 @@ indentation and custom commands for compilation and testing.
For more information check the [[https://github.com/ziglang/zig-mode][=zig-mode= repository]].
* Key bindings
** LSP
You can find an overview of all the key bindings on the [[https://github.com/syl20bnr/spacemacs/tree/develop/layers/%2Btools/lsp#key-bindings][lsp layer description]].

View File

@ -1462,7 +1462,8 @@ as support for batch files.
Features:
- Syntax highlighting of powershell =.ps1= files via [[https://github.com/jschaf/powershell.el][powershell.el]]
- Syntax highlighting of batch =.bat= files via [[https://www.emacswiki.org/emacs/DosMode][dos.el]]
- Syntax highlighting of batch =.bat= files via [[https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/progmodes/bat-mode.el][bat-mode]]
- Auto-completion, code-navigation and refactoring capabilities of batch files via [[https://github.com/josteink/bmx-mode][bmx-mode]]
*** Coq
[[file:+lang/coq/README.org][+lang/coq/README.org]]
@ -2283,6 +2284,7 @@ This layer adds support for the zig programming language [[https://ziglang.org/]
Features:
- Syntax Highlighting
- LSP support via =zls= (see [[file:+lang/zig/README.org][LSP]])
*** Purely functional
**** Agda