[bot] "documentation_updates" Sun Sep 5 06:17:34 UTC 2021 (#15035)

This commit is contained in:
SpacemacsBot 2021-09-05 09:49:47 +03:00 committed by GitHub
parent 4ebd512d14
commit a3b40d2318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 16 deletions

View File

@ -501,7 +501,7 @@ A ~[ccls]~ suffix indicates that the binding is for the indicated backend only.
| Key binding | Description |
|-------------+---------------------------------------------------------------------|
| ~SPC m i h~ | document this file (i.e. insert header comment) |
| ~SPC m i h~ | document this file (i.e. insert header comment) |
| ~SPC m i d~ | document declaration at point (function, struct etc.) |
| ~SPC m i D~ | document declaration at point (header only, omit e.g. enum members) |
| ~SPC m i g~ | document group of declarations at point |
@ -509,7 +509,6 @@ A ~[ccls]~ suffix indicates that the binding is for the indicated backend only.
| ~SPC m i s~ | document start of declaration group |
| ~SPC m i e~ | document end of declaration group |
** Additional key bindings
*** Disassemble

View File

@ -70,7 +70,7 @@ Sensible defaults have been provided, however they may all be overridden in your
| ~latex-view-pdf-in-split-window~ | ~nil~ setting is neglected if ~latex-view-with-pdf-tools~ is ~nil~ | When non-nil, open =pdf-tools= in split window (when using =TeX-view= command) |
** Choosing a backend
This layer provides two alternative backends to choose from.
This layer provides two alternative backends to choose from.
*** LSP
This is the default backend if =LSP= layer is enabled.
@ -116,14 +116,14 @@ use =company-auctex= for math symbols completion set the following in your
#+END_SRC
** PDF viewer
If the =pdf= layer is used, then the layer automatically configures =pdf-tools=
as the 'output-pdf' viewer, see [[#pdf-viewer]]. To additionally make =pdf-tools=
open in a split window, set the layer variable =latex-view-pdf-in-split-window=
to =t=.
If the =pdf= layer is used, then the layer automatically configures =pdf-tools=
as the 'output-pdf' viewer, see [[#pdf-viewer]]. To additionally make =pdf-tools=
open in a split window, set the layer variable =latex-view-pdf-in-split-window=
to =t=.
If, despite using the pdf layer, you prefer to use another pdf viewer to preview
the output pdf's, set the layer variable =latex-view-with-pdf-tools= to =nil=.
If, despite using the pdf layer, you prefer to use another pdf viewer to preview
the output pdf's, set the layer variable =latex-view-with-pdf-tools= to =nil=.
** Previewing
=LaTex= layer support full-document previews and inline preview (via ~SPC m p~).

View File

@ -2,7 +2,7 @@
#+TAGS: layer|web service
* Table of Contents :TOC_5_gh:noexport:
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
@ -31,12 +31,11 @@ write the sub Reddit name in small letters and replace =SPC= with =_=.
Example:
#+BEGIN_SRC emacs-lisp
(reddit :variables
reddigg-subs '(spacemacs
trymacs_discord))
(reddit :variables
reddigg-subs '(spacemacs
trymacs_discord))
#+END_SRC
* Key bindings
| Key binding | Description |

View File

@ -257,6 +257,7 @@
- [[#confluence][Confluence]]
- [[#eaf][Eaf]]
- [[#evernote][Evernote]]
- [[#layer-for-reddit][Layer for reddit]]
- [[#pocket][Pocket]]
- [[#search-engine][Search Engine]]
- [[#twitter][Twitter]]
@ -1873,7 +1874,8 @@ Features:
- Auto-completion via company (=auto-completion= layer required)
- Support code reformatting with [[http://clang.llvm.org/docs/ClangFormat.html][clang-format]].
- Support for disassembly of code with [[https://github.com/jart/disaster][disaster]].
- =sematic= layer integration:
- [[https://www.doxygen.nl][Doxygen]] code documentation comment generation (using [[https://github.com/mp81ss/gendoxy][gendoxy]]).
- =semantic= layer integration:
- Function or variable definition at the bottom
- Current function cursor is at the top. See [[https://github.com/tuhdo/semantic-stickyfunc-enhance][stickyfunc-demos]] for
demos in some programming languages.
@ -3267,6 +3269,18 @@ Features:
- Search for notes using keywords
- Move notes between notebooks
** Layer for reddit
[[file:+web-services/reddit/README.org][+web-services/reddit/README.org]]
This layer adds Reddit support to Spacemacs via the package [[https://github.com/thanhvg/emacs-reddigg][reddigg]].
This package allows you to browse reddit in org-mode.
Features:
- Activities on Reddit
- Viewing main
- Viewing sub
- Viewing comments
** Pocket
[[file:+web-services/pocket/README.org][+web-services/pocket/README.org]]