This layer eos
implements the idea of Emacs Operating System which we try to
do anything possible inside emacs.
Actually it’s just my grab bag of extra packages for Spacemacs
- Hackernews reader with hnreader
- Search and read stack exchange with emacs-howdoyou
- Persistent anotations with emacs-virtual-comment
- Fold region with default or custom header with fold-this
Clone this repo to you spacemacs private layer location:
git clone https://github.com/thanhvg/spacemacs-eos ~/.emacs.d/private/eos
To use this configuration layer, add it to your ~/.spacemacs
. You will need to
add eos
to the existing dotspacemacs-configuration-layers
list in that file.
Key Binding | Description |
---|---|
SPC y y | howdoyou-query |
SPC y n | howdoyou-next-link |
SPC y r | howdoyou-reload-link |
SPC y 1 | howdoyou-go-back-to-first-link |
SPC y p | howdoyou-previous-link |
SPC y h n | hnreader-news |
SPC y h p | hnreader-past |
SPC y h m | hnreader-more |
SPC y h s | hnreader-show |
SPC y h b | hnreader-back |
SPC y h a | hnreader-ask |
SPC y h c | hnreader-comment |
SPC c v v | virtual-comment-make |
SPC c v d | virtual-comment-delete |
SPC c v s | virtual-comment-show |
SPC c v j | virtual-comment-next |
SPC c v n | virtual-comment-next |
SPC c v N | virtual-comment-previous |
SPC c v k | virtual-comment-previous |
SPC c v p | virtual-comment-paste |
SPC c v e | virtual-comment-persist |
SPC c v r | virtual-comment-realign |
SCP z z | fold-this-with-indent |
SCP z h | fold-this-with-header |
TODO: add doc for google suggest