Minor whitespace/docstring refactor

This commit is contained in:
Henrik Lissner 2018-04-02 06:17:13 -04:00
parent 54c6301f45
commit 8e7f97167a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 4 deletions

View file

@ -129,8 +129,8 @@ ability to invoke the debugger in debug mode."
(funcall fn))
('error
(lwarn hook :error
"%s in '%s' -> %s"
(car ex) fn (error-message-string ex))))
"%s in '%s' -> %s"
(car ex) fn (error-message-string ex))))
nil)

View file

@ -2,8 +2,8 @@
(defvar +cc-default-include-paths (list "include/")
"A list of default paths, relative to a project root, to search for headers in
C/C++. Paths can be absolute. This is ignored if your project has a JSON
compilation database.")
C/C++. Paths can be absolute. This is ignored if your project has a compilation
database.")
(defvar +cc-default-compiler-options
`((c-mode . nil)