XXXXXXXX@XXXXXXXX wrote:
> どのようにして使っておられるのか、
> ~/.emacs.d/init.el に記述されている最小限の elisp 例があれば、ありがたい
> です。
昔から使い続けているので、その流用になりますが、
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Color-Mate Ver.10.1
;; by 横田 裕思 (yokota@xxxxxxxxxxxxxxxxxxxxxxx)
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Coloring mule/emacs to more easier and more fun.
;; mule / emacs で、色を使用して見やすい画面にします
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Author: YOKOTA Hiroshi <yokota@xxxxxxxxxxxxxxxxxxxxxxx>
;; Maintainer: YOKOTA Hiroshi <yokota@xxxxxxxxxxxxxxxxxxxxxxx>
;; Version: 10.1
;; Keywords: color hilit19 font-lock color-mate
;; Content-Type: text/plain; charset=x-euc-jp
;$Id: Dot.emacs.default.in,v 10.2 2000/02/23 04:36:10 elca Exp elca $
;----------------------------------;
; 設定ファイルの読み込みパスの設定
;----------------------------------;
; Add "~/elisp/color-mate" to your load path.
;
; Color-Mate のファイルが ~/elisp/color-mate 以外の場所に有る時はここを
; 変更して下さい。
;(setq load-path
; (cons
; (expand-file-name
; "~/elisp/color-mate") load-path))
(setq color-mate:base-path "/usr/share/emacs/site-lisp/color-mate")
(setq load-path
(append
(list color-mate:base-path
(concat color-mate:base-path "/theme")
(concat color-mate:base-path "/contrib")
(concat color-mate:base-path "/kanakan-cursor"))
load-path))
;----------------------------------;
; 設定
;----------------------------------;
;; theme file name (default "SunnyDay")
(setq color-mate:theme-file "mySunnyDay")
;(load "cm_select")
と言った感じにしています。
kanakan-cursor の設定は省略します。
== このレポートの詳細は以下の通りです ==
レポート ID : 298
レポート URL : http://bts.vinelinux.org/guest.cgi?project=wishes&action=view_report&id=298
Vine ver. : 6.0
arch : x86, x86_64
状態 : 割当済み
優先度 : 中
重大度 : 普通
担当者 : munepi
# あなたが、このようなメッセージに無関係である場合には、
# 管理者 <Vine@xxxxxxxxxxxxx> までご連絡ください。
--
Bug Tracking System 影舞 0.8.8.
http://www.daifukuya.com/kagemai/
_______________________________________________
VineSeed mailing list
VineSeed@xxxxxxxxxxxxx
http://lists.vinelinux.org/mailman/listinfo/vineseed