Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 256 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 256 Bytes

emacs minor mode to enforce the eighty column rule

to use it, add this to your init file

(add-to-list 'load-path $dir) ; $dir should be where you put it
(require 'eighty-column-rule)