yatex

changeset 322:c456fd55013e dev

Add `dia' to YaTeX-file-processor-alist-default
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 06 Jul 2014 23:25:21 +0900
parents f654ef888a4c
children d08c824ababe
files yatex.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Sun Jul 06 23:19:09 2014 +0900
     1.2 +++ b/yatex.el	Sun Jul 06 23:25:21 2014 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Thu Nov 21 16:15:16 2013 on firestorm
     1.7 +;;; Last modified Sun Jul  6 13:25:42 2014 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -1909,6 +1909,7 @@
    1.12    '(("tgif" . ".obj")
    1.13      ("gimp" . ".xcf") ("gimp" . ".xcf.gz") ("gimp" . ".xcf.bz2")
    1.14      ("inkscape" . ".svg") ("inkscape" . ".svgz") ("inkscape" . ".ai")
    1.15 +    ("dia" . ".dia")
    1.16      ("soffice" . ".odg")
    1.17      ("gimp" . ".jpeg") ("gimp" . ".jpg") ("gimp" . ".png")
    1.18      ("evince" . ".ps")