Variable: smart-c-include-path
smart-c-include-path is a customizable variable defined in
hmouse-tag.el.
Value
nil
Documentation
Ordered list of directories to search for C/C++ include files.
Each directory must end with a directory separator. Directories normally
searched by the C/C++ pre-processor should be set instead in
smart-c-cpp-include-path.
Aliases
smart-c-include-dirs (obsolete since 06.00)
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
(defcustom smart-c-include-path nil
"Ordered list of directories to search for C/C++ include files.
Each directory must end with a directory separator. Directories normally
searched by the C/C++ pre-processor should be set instead in
`smart-c-cpp-include-path'."
:type '(repeat directory)
:group 'hyperbole-commands)