| Revision 11704, 184 bytes checked in by iwaim, 8 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [7672] | 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: |