Variable: smart-emacs-tags-file

smart-emacs-tags-file is a customizable variable defined in hmouse-tag.el.

Value

nil

Documentation

Full path name of etags file for GNU Emacs source.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
(defcustom smart-emacs-tags-file nil
  "Full path name of etags file for GNU Emacs source."
  :type '(file :must-match t)
  :group 'hyperbole-commands)