From: Daiki Ueno Date: Sat, 23 Jan 2016 02:30:34 +0000 (+0900) Subject: README.md: Use inline code blocks properly X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/6a183727f4a9eef585764bfd8a9ca898a4069597 README.md: Use inline code blocks properly --- diff --git a/README.md b/README.md index cda1ad096..7cbb5b364 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ gnome-c-style is an Emacs minor mode for editing C source code in [GNOME C codin In particular, it is useful to properly line-up [function arguments](https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en#functions) and [function declarations in header files](https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en#header-files). +It also provides commands to insert basic snippets. + Install ------