[PR]

×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

Emacsの設定ファイル .emacs の現状とか

;;バックアップファイル(~とか#)を作成しない
(setq make-backup-files nil)
(setq auto-save-default nil)
(setq backup-inhibited t)
(setq delete-auto-save-files t)

;;UTF-8
(set-language-environment "Japanese")
(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)
(set-default-coding-systems 'utf-8)

;;インデントとタブ
(global-font-lock-mode t)
(setq-default tab-width 4)
とりあえずはこんなとこか。
PR
お名前
タイトル
文字色
メールアドレス
URL
コメント
パスワード
  Vodafone絵文字 i-mode絵文字 Ezweb絵文字
この記事にトラックバックする: