Variable: hpath:shell-modes

hpath:shell-modes is a variable defined in hpath.el.

Value

(sh-mode csh-mode shell-script:mode)

Documentation

List of modes for editing shell scripts where # is a comment character.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defconst hpath:shell-modes '(sh-mode csh-mode shell-script:mode)
  "List of modes for editing shell scripts where # is a comment character.")