summaryrefslogtreecommitdiff
path: root/view-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-04-11 02:03:34 +0800
committerJSDurand <mmemmew@gmail.com>2021-04-11 02:03:34 +0800
commit79e1c7bd2cd833d733a365ffd13a0f28cd604bec (patch)
treed01d09cb8c74ba84772a3de4dc46a927c0fe6529 /view-conf.el
parente27aa38c8d4e37c33e9031530ddcca4ae42f32bc (diff)
Hyper experiment
Adding some hyper key-bindings. * basic.el (ns-right-alternate-modifier): (ns-function-modifier): (ns-pop-up-frames): (ns-use-native-fullscreen): (ns-use-proxy-icon): (global-map): * org-conf.el (global-map): * view-conf.el (durand-view-map):
Diffstat (limited to 'view-conf.el')
-rw-r--r--view-conf.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/view-conf.el b/view-conf.el
index b58e04d..8556eff 100644
--- a/view-conf.el
+++ b/view-conf.el
@@ -108,6 +108,9 @@ If ARG is '(16), view the battery information."
(define-key map (vector ?n) #'novel)
map)
"The keymap that is related to my custom functions about viewing.")
+;;; Hyper key
+
+(define-key global-map (vector ?\H-n) #'novel)
;;; About view-mode