]> code.delx.au - gnu-emacs-elpa/commitdiff
Add demo for non-Lisp mode
authorTu, Do <tuhdo1710@gmail.com>
Sat, 25 Oct 2014 17:58:49 +0000 (00:58 +0700)
committerTu, Do <tuhdo1710@gmail.com>
Sat, 25 Oct 2014 17:58:49 +0000 (00:58 +0700)
README.md
aggressive-indent-non-lisp.gif [new file with mode: 0644]

index f1a61a96ab54bb9a8d1aacf4fdf3a975d417ba8a..8bbaa7f01ccb5a15494ddec3f3753f6825231820 100644 (file)
--- 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 (file)
index 0000000..a8ef26c
Binary files /dev/null and b/aggressive-indent-non-lisp.gif differ