From: Tu, Do Date: Sat, 25 Oct 2014 17:58:49 +0000 (+0700) Subject: Add demo for non-Lisp mode X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/6a4296bf528d73746fc3b85f0fd284b6d6f21b9c Add demo for non-Lisp mode --- diff --git a/README.md b/README.md index f1a61a96a..8bbaa7f01 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 000000000..a8ef26c0a Binary files /dev/null and b/aggressive-indent-non-lisp.gif differ