diff options
author | Case Duckworth | 2022-07-07 23:08:07 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-07 23:08:07 -0500 |
commit | 3a53a43c7f0a21c0e24dcf8157938400060b8a25 (patch) | |
tree | baa1ec9f6c3df7a56cee7ca111d9a68ea89492a2 /lisp | |
parent | Require '+compat (diff) | |
download | emacs-3a53a43c7f0a21c0e24dcf8157938400060b8a25.tar.gz emacs-3a53a43c7f0a21c0e24dcf8157938400060b8a25.zip |
Add keymap
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/reading.el | 4 |
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" |