source: projects/specs/trunk/e/emacs25/coding-system-init.el.emacs25 @ 11706

Revision 11706, 184 bytes checked in by iwaim, 6 years ago (diff)

new: emacs25

Line 
1;;
2;; coding-system-init.el
3;;  set default coding system
4;;
5
6(set-language-environment 'Japanese)
7(prefer-coding-system  'utf-8-unix)
8
9;; Local Variables:
10;; mode: emacs-lisp
11;; End:
Note: See TracBrowser for help on using the repository browser.