Variable: hywiki--close-open-hasht

hywiki--close-open-hasht is a variable defined in hywiki.el.

Value

#s(hash-table data (\" 34 \' 39 } 123 \] 91 > 60 \) 40))

Documentation

Delimiter htable with (close-delim-string . open-delim-char) key-value pairs.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defconst hywiki--close-open-hasht (hash-make '(("\"" . ?\")
					       ("'" . ?\')
					       ("}"  . ?{)
					       ("]"  . ?\[)
					       (">"  . ?<)
					       (")"  . ?\())
                                             t)
  "Delimiter htable with (close-delim-string . open-delim-char) key-value pairs.")