emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 1054ea1 39/40: Add links to GNOME programming guideline


From: Daiki Ueno
Subject: [elpa] master 1054ea1 39/40: Add links to GNOME programming guideline
Date: Fri, 22 Jan 2016 22:48:49 +0000

branch: master
commit 1054ea1bc5b07a1438a18c1b33f4266b28ff9d77
Author: Daiki Ueno <address@hidden>
Commit: Daiki Ueno <address@hidden>

    Add links to GNOME programming guideline
---
 README.md |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 336a462..86b79a7 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,15 @@
 gnome-c-style
 ======
 
-In the C coding style commonly used in GNOME, identifiers are written
-in camel case and function arguments are aligned to the right end.
-That makes it a bit cumbersome to keep your code consistent with the
-style, even with align.el or plugins like yasnippet.
-
-gnome-c-style is an Emacs minor mode intended to help editing C
-source code in that style.  It mainly provides two features: text
-alignment and snippet insersion.
+gnome-c-style is an Emacs minor mode for editing C source code in [GNOME C 
coding 
style](https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en).
  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#functions).
 
 Install
 ------
 
-* Type "make"
-* Copy .elc files somewhere in your load-path
+* M-x package-install gnome-c-style
 * Add the following lines to ~/.emacs/init.el:
 
 ```
-(autoload 'gnome-c-style-mode "gnome-c-style" "GNOME-style C minor mode" t)
 (add-hook 'c-mode-hook 'gnome-c-style-mode)
 ```
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]