summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-07 23:08:07 -0500
committerCase Duckworth2022-07-07 23:08:07 -0500
commit3a53a43c7f0a21c0e24dcf8157938400060b8a25 (patch)
treebaa1ec9f6c3df7a56cee7ca111d9a68ea89492a2
parentRequire '+compat (diff)
downloademacs-3a53a43c7f0a21c0e24dcf8157938400060b8a25.tar.gz
emacs-3a53a43c7f0a21c0e24dcf8157938400060b8a25.zip
Add keymap
-rw-r--r--lisp/reading.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/reading.el b/lisp/reading.el index 6658671..a0d22f4 100644 --- a/lisp/reading.el +++ b/lisp/reading.el
@@ -56,6 +56,10 @@ FUNC should be a function with the signature (THING REMEMBERED-SETTING)."
56;;; Mode 56;;; Mode
57 57
58;;;###autoload 58;;;###autoload
59(defvar reading-mode-map (make-sparse-keymap)
60 "Keymap for `reading-mode'.")
61
62;;;###autoload
59(define-minor-mode reading-mode 63(define-minor-mode reading-mode
60 "A mode for reading." 64 "A mode for reading."
61 :lighter " Read" 65 :lighter " Read"