Variable: klink:c-style-modes

klink:c-style-modes is a customizable variable defined in klink.el.

Value

(c++-mode c++-ts-mode c-mode c-ts-mode java-mode java-ts-mode objc-mode)

Documentation

C-related major modes with where klinks appear only within comments.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/klink.el
(defcustom klink:c-style-modes
  '(c++-mode c++-ts-mode c-mode c-ts-mode java-mode java-ts-mode objc-mode)
  "C-related major modes with where klinks appear only within comments."
  :type '(list function)
  :group 'hyperbole-koutliner)