yatex

diff yatex23.el @ 379:09a2b5a3b3d8

Describe about [prefix] t d and [prefix] t e and so on.
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 04 Jan 2015 21:06:32 +0900
parents 1bbd0c2b340f
children fc1ad3b337a9
line diff
     1.1 --- a/yatex23.el	Sun Jan 04 00:39:44 2015 +0900
     1.2 +++ b/yatex23.el	Sun Jan 04 21:06:32 2015 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
     1.5  ;;; (c)2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Sat Jan  3 23:34:41 2015 on firestorm
     1.7 +;;; Last modified Sun Jan  4 17:14:59 2015 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -89,7 +89,7 @@
    1.12  	(insert "\\input{" path "}"))))
    1.13       (t (message "%s" action)))))
    1.14  
    1.15 -(defvar YaTeX-on-the-fly-bg-face '("#f0f0c0" . "#404020")
    1.16 +(defvar YaTeX-on-the-fly-bg-face '("#f0f0c0" . "#706868")
    1.17    "Background color of on-the-fly preview image activated environment.")
    1.18  (defvar YaTeX-on-the-fly-overlay nil
    1.19    "Overlay of on-the-fly preview image")