Skip to content

jcs-elpa/show-eol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status MELPA MELPA Stable License: GPL v3

show-eol

Show end of line symbol in buffer.

LF CRLF CR

Usage

Enable for all buffers.

(global-show-eol-mode t)

Or you can just enable in specific buffer you want.

(show-eol-mode t)

Contribution

If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!