branch: master
commit 69b5adc5872aaafa2293c87186802bc7b4fc98dd
Merge: c4957eb 6a4296b
Author: Artur Malabarba <bruce.connor...@gmail.com>
Commit: Artur Malabarba <bruce.connor...@gmail.com>

    Merge pull request #20 from tuhdo/master
    
    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