Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 367 Bytes

auto-enca

Automatically detect coding system with Enca (by Dmitriyi Paduchikh)

Usage

To get this function working, put the file at some place in your load-path, compile, and add something like this into .emacs:

(setenv "ENCAOPT" "-L russian")
(when (load "auto-enca" 'noerror)
  (modify-coding-system-alist 'file "" 'enca-detect-coding))