changeset 570:2ed79846fd53 dev

Add forgotten shortcut for figure environment
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 07 Apr 2019 01:10:29 +0900
parents e3209b30680c
children 26d14d8bc834
files yatex.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Sat Mar 09 22:25:22 2019 +0900
+++ b/yatex.el	Sun Apr 07 01:10:29 2019 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Jan 24 15:14:47 2019 on firestorm
+;;; Last modified Sat Apr  6 23:38:45 2019 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; https://www.yatex.org/
@@ -554,6 +554,7 @@
     (YaTeX-define-begend-key "bD" "description")
     (YaTeX-define-begend-key "be" "enumerate")
     (YaTeX-define-begend-key "bE" "equation")
+    (YaTeX-define-begend-key "bf" "figure")
     (YaTeX-define-begend-key "bi" "itemize")
     (YaTeX-define-begend-key "bl" "flushleft")
     (YaTeX-define-begend-key "bm" "minipage")

yatex.org