From: Tu Do Date: Sun, 30 Nov 2014 05:44:29 +0000 (+0700) Subject: Update non-Lisp example with better demo X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/de24113a199b1e5c67dae3e5940ec6f7ba815ffd Update non-Lisp example with better demo --- diff --git a/README.md b/README.md index 4f5ffce24..fe68698b2 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ than `electric-indent-mode`. - An example of Lisp mode (Emacs Lisp): ![Lisp Code Example](lisp-example.gif) -- An example of non-Lisp mode (C++): -![Cpp Code Example](cpp-example.gif) +- An example of non-Lisp mode (C): +![C Code Example](c-example.gif) ### Instructions ### diff --git a/c-example.gif b/c-example.gif new file mode 100644 index 000000000..f72e143b3 Binary files /dev/null and b/c-example.gif differ diff --git a/cpp-example.gif b/cpp-example.gif deleted file mode 100644 index a8ef26c0a..000000000 Binary files a/cpp-example.gif and /dev/null differ