An open API service indexing awesome lists of open source software.

https://github.com/zk-phi/show-eof-mode

[Emacs] Minor mode to show [EOF] indicator
https://github.com/zk-phi/show-eof-mode

emacs

Last synced: about 2 months ago
JSON representation

[Emacs] Minor mode to show [EOF] indicator

Awesome Lists containing this project

README

          

# show-eof-mode

Minor mode to show `[EOF]` marker.

![screenshot](screenshot.png)

## Usage

Just load and enable `show-eof-mode`. Setting hooks may be useful.

```emacs-lisp
(require 'show-eof-mode)
(add-hook 'prog-mode-hook 'show-eof-mode)
(add-hook 'text-mode-hook 'show-eof-mode)
```

## Customization

- `show-eof-marker-string` ... string to mark EOF (default: `[EOF]`)
- `show-eof-marker-face` ... face to fontify EOF markers