Skip to content

Commit a30bc27

Browse files
author
Akiha Senda
committed
Update README.md
1 parent 5d36ff9 commit a30bc27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Add to your Emacs config
4040
------------------------
4141

4242
(require 'flymake-google-cpplint)
43-
(add-hook 'c-mode-hook 'flymake-google-cpplint-load)
4443
(add-hook 'c++-mode-hook 'flymake-google-cpplint-load)
4544

4645
Configure for cpplint.py
@@ -69,3 +68,7 @@ One of 'tempdir or 'inplace (default).
6968

7069
(custom-set-variables
7170
'(flymake-google-cpplint-location 'tempdir))
71+
72+
# Notes
73+
74+
`cpplint.py` does not support C source files.

0 commit comments

Comments
 (0)