Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheBB/spacemacs-layers
Miscellaneous layers for Spacemacs
https://github.com/TheBB/spacemacs-layers
Last synced: 5 days ago
JSON representation
Miscellaneous layers for Spacemacs
- Host: GitHub
- URL: https://github.com/TheBB/spacemacs-layers
- Owner: TheBB
- License: gpl-3.0
- Archived: true
- Created: 2015-06-06T10:29:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T14:16:39.000Z (over 7 years ago)
- Last Synced: 2024-08-02T13:21:54.890Z (4 months ago)
- Language: Emacs Lisp
- Size: 229 KB
- Stars: 126
- Watchers: 13
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spacemacs-layers
My Spacemacs configuration. This includes dotfile (`init.el`) plus layers.
Layers prefixed with `bb` are opinionated personal configuration layers. All
others are *intended* to be generally useful for others (although in reality
they may of course not be).## Installation
To install these layers, clone this repository into your `.emacs.d/private`
directory. Then add the layers you want to enable to
`dotspacemacs-configuration-layers` in your dotfile.For this to work, you need at least Spacemacs version 0.103.
The fact that my `init.el` is present should not cause a problem.
## Contents
### encoding
For the moment, this layer only provides a binding on `SPC x e a` to find
non-ASCII characters in a buffer.### evil-little-word
Provides the [little word](https://github.com/tarao/evil-plugins) text objects
for Spacemacs, enabling easier handling of CamelCase word boundaries. In recent
versions of Spacemacs, you can toggle `subword-mode` with `SPC t c`, allowing
regular word motions and text objects to work the same way. With this layer you
don't need a toggle.### no-dots
By default it's impossible to ignore the dotted directories `.` and `..` in
`helm-find-files`, even if you use `helm-boring-file-regexp-list`. This layer
hacks it in, anyway.Note that this works regardless of the value of `helm-ff-skip-boring-files` and
`helm-boring-file-regexp-list`. That functionality will continue to work as
before.### operators
Adds some new evil operators.
- `SPC n n`: narrow
- `SPC g g`: public gist
- `SPC g G`: private gist