Skip to content

Commit

Permalink
Move eww keybindings from tools to web-services: ate->awe
Browse files Browse the repository at this point in the history
This commit moves the eww keybindings to make them available for ebib provided
by the bibtex layer
  • Loading branch information
dalanicolai committed Jun 30, 2021
1 parent 498793f commit cf1e33d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions layers/+web/eww/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ file.

| Key binding | Description | Function |
|---------------+------------------+------------------|
| ~SPC a t e e~ | Start eww | eww |
| ~SPC a t e w~ | List eww buffers | eww-list-buffers |
| ~SPC a w e e~ | Start eww | eww |
| ~SPC a w e w~ | List eww buffers | eww-list-buffers |

** Eww

Expand Down
6 changes: 3 additions & 3 deletions layers/+web/eww/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
:defer t
:init
(spacemacs//eww-setup-transient-state)
(spacemacs/declare-prefix "ate" "eww")
(spacemacs/set-leader-keys "atee" 'eww)
(spacemacs/set-leader-keys "atew" 'eww-switch-to-buffer)
(spacemacs/declare-prefix "awe" "eww")
(spacemacs/set-leader-keys "awee" 'eww)
(spacemacs/set-leader-keys "awew" 'eww-switch-to-buffer)
:config
(progn
(define-key eww-link-keymap "f" 'eww-follow-link)
Expand Down

0 comments on commit cf1e33d

Please sign in to comment.