From dfc20d159c27b99f4979dfed4ca134481a45a8d4 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 14 Nov 2018 14:29:50 +0900 Subject: [PATCH] Fix --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 2040a9b..0e782d1 100644 --- a/emacs.el +++ b/emacs.el @@ -3097,7 +3097,7 @@ If target path is not found in COMMITISH tree, go up path and try again until fo (define-derived-mode jinja2-mmm-mode prog-mode "Jinja2 MMM" "Major mode to setup `mmm-mode' with mmm-jinja2. -This assumes that file name would be in a format like BASE.EXT.j2 ." +This assumes that file name should be in a format like BASE.EXT.j2 ." (require 'mmm-mode) (require 'mmm-jinja2) (let ((withoutj2 (replace-regexp-in-string "\\.j2\\'"