branch: master
commit 6a4296bf528d73746fc3b85f0fd284b6d6f21b9c
Author: Tu, Do <tuhdo1...@gmail.com>
Commit: Tu, Do <tuhdo1...@gmail.com>

    Add demo for non-Lisp mode
---
 README.md                      |    4 ++++
 aggressive-indent-non-lisp.gif |  Bin 0 -> 41518 bytes
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index f1a61a9..8bbaa7f 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,12 @@ than `electric-indent-mode`.
 
 ### Demonstration ###
 
+- An example of Lisp mode (Emacs Lisp):
 ![aggressive-indent](aggressive-indent.gif)
 
+- An example of non-Lisp mode (C++):
+![aggressive-indent](aggressive-indent-non-lisp.gif)
+
 ### Instructions ###
 
 This package is available fom Melpa, you may install it by calling
diff --git a/aggressive-indent-non-lisp.gif b/aggressive-indent-non-lisp.gif
new file mode 100644
index 0000000..a8ef26c
Binary files /dev/null and b/aggressive-indent-non-lisp.gif differ

Reply via email to