branch: master commit 6a183727f4a9eef585764bfd8a9ca898a4069597 Author: Daiki Ueno <u...@gnu.org> Commit: Daiki Ueno <u...@gnu.org>
README.md: Use inline code blocks properly --- README.md | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index cda1ad0..7cbb5b3 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 ------