diff options
author | Case Duckworth | 2021-09-04 23:51:46 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-04 23:51:46 -0500 |
commit | 36df3ace13e06cff5f1a992b6a975f8c22d8c7a3 (patch) | |
tree | 16a66324a04c0bf04ad218871ce81c4ce9fbb782 /lisp | |
parent | Whitespace (diff) | |
download | emacs-36df3ace13e06cff5f1a992b6a975f8c22d8c7a3.tar.gz emacs-36df3ace13e06cff5f1a992b6a975f8c22d8c7a3.zip |
Add ';' as link-cmd map in acdw/reading-mode
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index cf8914f..aff48f7 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el | |||
@@ -544,6 +544,7 @@ It's called 'require-private' for historical reasons." | |||
544 | :keymap (let ((map (make-sparse-keymap))) | 544 | :keymap (let ((map (make-sparse-keymap))) |
545 | (when-let ((link-cmd (or (fbound-and-true-p #'ace-link) | 545 | (when-let ((link-cmd (or (fbound-and-true-p #'ace-link) |
546 | (fbound-and-true-p #'link-hint-open-link)))) | 546 | (fbound-and-true-p #'link-hint-open-link)))) |
547 | (define-key map (kbd ";") link-cmd) | ||
547 | (define-key map (kbd "o") link-cmd)) | 548 | (define-key map (kbd "o") link-cmd)) |
548 | map) | 549 | map) |
549 | (if acdw/reading-mode | 550 | (if acdw/reading-mode |