Ypo, > > but, using whatever the name of the logos-focus mode map, pointing at > > your functions? ... > I think "logos" doesn't have a map, is it possible?
certainly possible (i don't use logos). in fact, ---- https://gitlab.com/protesilaos/logos/-/blob/main/logos.el ---- has the lines ---- ;; Logos does not define any key bindings. Try something like this: ;; ;; (let ((map global-map)) ;; (define-key map [remap narrow-to-region] #'logos-narrow-dwim) ;; (define-key map [remap forward-page] #'logos-forward-page-dwim) ;; (define-key map [remap backward-page] #'logos-backward-page-dwim)) ;; ;; By default those key bindings are: C-x n n, C-x ], C-x [. ---- which certainly implies no map. and, iiuc, *these* =define-key= lines are global, i.e., remain true whether you are in, or out of, logos mode. cheers, Greg