summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-09-19 06:34:27 +0800
committerJSDurand <mmemmew@gmail.com>2021-09-19 06:34:27 +0800
commit207299cfdef23cf9f15acb43b1e5d819b9c58670 (patch)
treed5fa9075a3c2840b684fa07c15e9ae804f9b854a /init.el
parente023234fb0a17abb38645eaf4d6b57b60ea0b3a2 (diff)
* init.el (global-map): Hyper-g => Gnus
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
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