mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Minor whitespace/docstring refactor
This commit is contained in:
@ -129,8 +129,8 @@ ability to invoke the debugger in debug mode."
|
|||||||
(funcall fn))
|
(funcall fn))
|
||||||
('error
|
('error
|
||||||
(lwarn hook :error
|
(lwarn hook :error
|
||||||
"%s in '%s' -> %s"
|
"%s in '%s' -> %s"
|
||||||
(car ex) fn (error-message-string ex))))
|
(car ex) fn (error-message-string ex))))
|
||||||
nil)
|
nil)
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
(defvar +cc-default-include-paths (list "include/")
|
(defvar +cc-default-include-paths (list "include/")
|
||||||
"A list of default paths, relative to a project root, to search for headers in
|
"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
|
C/C++. Paths can be absolute. This is ignored if your project has a compilation
|
||||||
compilation database.")
|
database.")
|
||||||
|
|
||||||
(defvar +cc-default-compiler-options
|
(defvar +cc-default-compiler-options
|
||||||
`((c-mode . nil)
|
`((c-mode . nil)
|
||||||
|
Reference in New Issue
Block a user