emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit d16c0f9f4446d941cbecb47dd9db6c7a35402036
parent 7ad92142345f48e42306b2d507c1afdfce8ad9be
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Fri, 23 Feb 2018 22:47:09 -0800

Adding more descriptions for using flycheck-google-cpplint.

Diffstat:
MREADME.org | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
@@ -640,8 +640,10 @@ Use =c++14= as the C++ standard.
 
 ** Set Google C++ Syntax Checker
 *** Install =flycheck-google-cpplint=
-Add Google C++ Style checker for Flycheck. (Now deprecated, using local copy).
-On Arch Linux, if using AUR package =cpplint=, need to modify command in =flycheck-google-cpplint.el=.
+Add Google C++ Style checker for =flycheck= (Now deprecated, using local copy).
+On Arch Linux, if using AUR package =cpplint=, need to modify command
+in =flycheck-google-cpplint.el= to use =cpplint= instead of
+=cppling.py=.
 
 #+BEGIN_SRC emacs-lisp
   (use-package flycheck-google-cpplint