Variable: smart-asm-include-path

smart-asm-include-path is a customizable variable defined in hmouse-tag.el.

Value

nil

Documentation

Ordered list of directories to search for assembly language include files.

Each directory must end with a directory separator.

Aliases

smart-asm-include-dirs (obsolete since 06.00)

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
(defcustom smart-asm-include-path nil
  "Ordered list of directories to search for assembly language include files.
Each directory must end with a directory separator."
  :type '(repeat directory)
  :group 'hyperbole-commands)