最終更新:2019-09-12 (木) 15:09:15 (1687d)  

.emacs
Top / .emacs

;;scratch の初期メッセージを消す
(setq initial-scratch-message "")

;;ウェルカムスクリーンを非表示に
(setq inhibit-startup-message t)

(set-language-environment "Japanese")
(prefer-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-buffer-file-coding-system 'utf-8)
(setq default-buffer-file-coding-system 'utf-8)
(global-font-lock-mode t)

;;対応カッコ強調
(show-paren-mode t)

http://tech.kayac.com/archive/divide-dot-emacs.html