From 207299cfdef23cf9f15acb43b1e5d819b9c58670 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 19 Sep 2021 06:34:27 +0800 Subject: * init.el (global-map): Hyper-g => Gnus --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 78e13bf..c0e0c71 100644 --- a/init.el +++ b/init.el @@ -205,6 +205,7 @@ no effect." (gnus)) (define-key global-map (vector 3 ?g) #'gnus) +(define-key global-map (vector ?\H-g) #'gnus) ;;; Completion framework configurations -- cgit v1.2.3-18-g5258