[pocket] Change tag from reader to web service

As it is just an interface to an online service
rather than an application able to read from
local files.
This commit is contained in:
Maximilian Wolff 2021-04-05 20:46:42 +00:00
parent ac5fc0ac19
commit 564f41be91
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#+TITLE: Pocket layer
#+TAGS: layer|reader
#+TAGS: layer|web service
[[file:img/pocket.png]]
@ -10,6 +10,7 @@
- [[#install][Install]]
- [[#authentication][Authentication]]
- [[#key-bindings][Key bindings]]
- [[#bindings-in-pocket-reader-buffer][Bindings in pocket-reader buffer]]
* Description
This layer adds [[https://getpocket.com/][Pocket]] support to Spacemacs via the package
@ -43,6 +44,11 @@ authorization completed by checking the file
| Key binding | Description |
|-------------+-------------------------------------------------------------------|
| ~SPC a w p~ | Open pocket-reader buffer |
** Bindings in pocket-reader buffer
| Key binding | Description |
|-------------+-------------------------------------------------------------------|
| ~RET~ | Open with default browse function |
| ~TAB~ | Open with default pop-to function |
| ~b~ | Open with external browser function |

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -26,7 +26,7 @@
(defun pocket/init-pocket-reader ()
(use-package pocket-reader
:defer t
:init (spacemacs/set-leader-keys "arp" 'pocket-reader)
:init (spacemacs/set-leader-keys "awp" 'pocket-reader)
:config
(progn
(evilified-state-evilify-map pocket-reader-mode-map