Variable: cfrs-input-mode-abbrev-table

cfrs-input-mode-abbrev-table is a variable defined in cfrs.el.

Value

[## 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]

Documentation

Abbrev table for cfrs-input-mode.

Source Code

;; Defined in ~/.emacs.d/elpa/cfrs-20250729.1422/cfrs.el
(define-derived-mode cfrs-input-mode fundamental-mode "Child Frame Read String"
  "Simple mode for buffers displayed in cfrs's input frames."
  (add-hook 'post-command-hook #'cfrs--adjust-height nil :local)
  (add-hook 'window-selection-change-functions #'cfrs--detect-lost-focus nil :local)
  (display-line-numbers-mode -1))