source: projects/vskel/branches/vskel-20110223/.emacs.el @ 1126

Revision 1126, 1.2 KB checked in by daisuke, 14 years ago (diff)

import vskel-4.1.0 from internal cvs repository

Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;  -*- coding: utf-8-unix -*-
3;;  FSF Emacs 23 用 ユーザ設定ファイル
4;;    Munehiro Yamamoto <munepi@cg8.so-net.ne.jp>
5;;            $Id: .emacs.el,v 1.53 2009/04/20 18:32:24 daisuke Exp $
6;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
8;; ;;; ユーザーの初期設定ファイルの指定
9;; (setq user-init-file "~/.emacs.el")
10;; (setq custom-file "~/.emacs-custom.el")
11
12;; ;;; マクロサーチパスの追加
13;; ;;; ~/lib/emacs 以下にユーザ用の *.el, *.elc を置くことができます
14;; (setq load-path (append '("~/lib/emacs") load-path))
15
16
17
18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
19;; (旧版)ユーザ用初期化ファイル
20;; ~/.emacs.my.el に個人用設定を書けます。
21;; このファイルを直接いじりたくない場合は、個人設定を分離してください。
22;; (if (file-exists-p (expand-file-name "~/.emacs.my.el"))
23;;     (load (expand-file-name "~/.emacs.my.el") nil t nil))
24
25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
26
27;; Local Variables:
28;; mode: emacs-lisp
29;; End:
Note: See TracBrowser for help on using the repository browser.