From 36df3ace13e06cff5f1a992b6a975f8c22d8c7a3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 4 Sep 2021 23:51:46 -0500 Subject: Add ';' as link-cmd map in acdw/reading-mode --- lisp/acdw.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/acdw.el') 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." :keymap (let ((map (make-sparse-keymap))) (when-let ((link-cmd (or (fbound-and-true-p #'ace-link) (fbound-and-true-p #'link-hint-open-link)))) + (define-key map (kbd ";") link-cmd) (define-key map (kbd "o") link-cmd)) map) (if acdw/reading-mode -- cgit 1.4.1-21-gabe81