(prefer-coding-system 'utf-8) (setq coding-system-for-read 'utf-8) (setq coding-system-for-write 'utf-8) これでOK。 別の文字エンコーディングで開きたい時は revert-buffer-with-coding-system とか使ってかえましょう。 参考 encoding - Change Emacs Default Coding System - Stack Overflow http://stackoverflow.com/questions/1785200/change-emacs-default-coding-system Register as a new user and use Qiita more conveniently You get articles that m