diff options
-rw-r--r-- | view-conf.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view-conf.el b/view-conf.el index 5e6b5aa..d7ceeee 100644 --- a/view-conf.el +++ b/view-conf.el @@ -228,6 +228,7 @@ options to choose from." ;;; C-c o => 3 111 (define-key global-map (vector 3 111) #'durand-open-object) +(define-key global-map (vector ?\H-o) #'durand-open-object) ;;; Convert downloaded videos from youtube to the URL again and copy ;;; the result. |