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 wrap: on
line diff
--- a/yatex.el	Sun Jul 06 23:19:09 2014 +0900
+++ b/yatex.el	Sun Jul 06 23:25:21 2014 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Nov 21 16:15:16 2013 on firestorm
+;;; Last modified Sun Jul  6 13:25:42 2014 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -1909,6 +1909,7 @@
   '(("tgif" . ".obj")
     ("gimp" . ".xcf") ("gimp" . ".xcf.gz") ("gimp" . ".xcf.bz2")
     ("inkscape" . ".svg") ("inkscape" . ".svgz") ("inkscape" . ".ai")
+    ("dia" . ".dia")
     ("soffice" . ".odg")
     ("gimp" . ".jpeg") ("gimp" . ".jpg") ("gimp" . ".png")
     ("evince" . ".ps")

yatex.org