documentation formatting: Sat Apr 17 07:08:57 UTC 2021

This commit is contained in:
emacspace 2021-04-17 07:08:57 +00:00 committed by Eugene Yaremenko
parent 2b92149386
commit 9257aab154
4 changed files with 89 additions and 71 deletions

View File

@ -167,7 +167,7 @@ backslash, an actual space and a lowercase ~b~.
about functions, variables, modes etc. These commands are bound thusly:
| Key binding | Description |
|-------------+--------------------------|
|-------------+---------------------|
| ~SPC h d f~ | describe-function |
| ~SPC h d k~ | describe-key |
| ~SPC h d m~ | describe-mode |

View File

@ -71,6 +71,7 @@ your =dotspacemacs/user-config=:
The Amazon search engine defaults to use the =.com= [[https://en.wikipedia.org/wiki/TLD][TLD]]. If you want it to search on
another country's website, you can specify a different one:
#+BEGIN_SRC emacs-lisp
;; Use amazon.es site (Spain)
(setq-default search-engine-amazon-tld "es")

View File

@ -4,8 +4,9 @@
[[file:img/eww.png]]
* Table of Contents :TOC_4_gh:noexport:
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#eww][Eww]]
@ -15,6 +16,7 @@
* Description
Ewww.. So ergonomic!
** Features:
- Adds evil key bindings support to eww-mode (including
eww-buffers/bookmarks/history-mode)
@ -22,7 +24,6 @@ Ewww.. So ergonomic!
- Adds ability to easily navigate eww buffers
* Install
Because this layer is not officially apart of spacemacs, first clone the git
repository somewhere and add it as a private layer in spacemacs:
@ -43,12 +44,13 @@ Ewww.. So ergonomic!
* Key bindings
| Key Binding | Description | Function |
| Key binding | Description | Function |
|-------------+------------------+------------------|
| ~SPC a w e~ | Start eww | eww |
| ~SPC a w w~ | List eww buffers | eww-list-buffers |
** Eww
| ~SPC m .~ | Eww Transient state | |
| ~SPC m s~ | Search | helm-google-suggest |
| ~SPC m S~ | Search (alt) | browse-web |
@ -78,10 +80,12 @@ Ewww.. So ergonomic!
| ~=~ | unzoom | zoom-frm-unzoom |
** Eww History
| ~SPC m f~ | Open History | eww-history-browse |
| ~f~ | Open History | eww-history-browse |
** Eww Bookmarks
| ~SPC m f~ | Open Bookmark | eww-bookmark-browse |
| ~SPC m d~ | Delete Bookmark | eww-bookmark-kill |
| ~SPC m y~ | Yank Bookmark | eww-yank-bookmark |
@ -90,6 +94,7 @@ Ewww.. So ergonomic!
| ~y~ | Yank Bookmark | eww-yank-bookmark |
** Eww Buffers
| ~SPC m f~ | Open Buffer | eww-buffer-select |
| ~SPC m d~ | Delete Buffer | eww-buffer-kill |
| ~SPC m n~ | Next Buffer | eww-buffer-show-next |

View File

@ -214,6 +214,7 @@
- [[#dap][DAP]]
- [[#debug][Debug]]
- [[#docker][Docker]]
- [[#eww][Eww]]
- [[#fasd][Fasd]]
- [[#finance][Finance]]
- [[#geolocation][Geolocation]]
@ -2781,6 +2782,17 @@ Features:
- Syntax checking via [[https://github.com/hadolint/hadolint][hadolint]]
- Code-Completion via =lsp=
** Eww
[[file:+web/eww/README.org][+web/eww/README.org]]
Ewww.. So ergonomic!
Features:
- Adds evil key bindings support to eww-mode (including
eww-buffers/bookmarks/history-mode)
- Adds spacemacs functionality to eww-mode
- Adds ability to easily navigate eww buffers
** Fasd
[[file:+tools/fasd/README.org][+tools/fasd/README.org]]