>>60
こういうこと?

;; C-x 8
(define-key ctl-x-map "8" #'view-hello-file)

;; もとの C-x 8 RET => insert-char に戻す
(define-key ctl-x-map "8" '(keymap (?\r . insert-char)))