https://github.com/myterminal/outer-spaces
A minimalistic minor-mode to highlight redundant spaces
https://github.com/myterminal/outer-spaces
emacs highlight-spaces
Last synced: over 1 year ago
JSON representation
A minimalistic minor-mode to highlight redundant spaces
- Host: GitHub
- URL: https://github.com/myterminal/outer-spaces
- Owner: myTerminal
- License: gpl-3.0
- Created: 2016-10-27T07:54:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T05:19:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T05:29:41.375Z (over 1 year ago)
- Topics: emacs, highlight-spaces
- Language: Emacs Lisp
- Homepage:
- Size: 186 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# outer-spaces
[](https://marmalade-repo.org/packages/outer-spaces)
[](https://www.gnu.org/licenses/gpl.html)
A minimalistic minor-mode to highlight redundant spaces

## Installation
### Manual
Save the file *outer-spaces.el* to disk and add the directory containing it to `load-path` using a command in your *.emacs* file like:
(add-to-list 'load-path "~/.emacs.d/")
The above line assumes that you've placed the file into the Emacs directory '.emacs.d'.
Start the package with:
(require 'outer-spaces)
### Marmalade
If you have Marmalade added as a repository to your Emacs, you can just install *outer-spaces* with
M-x package-install outer-spaces RET
## Usage
Enable outer-spaces-mode in any buffer to highlight spaces in that buffer. Disabling minor-mode will unhighlight the highlighted spaces.