diff options
Diffstat (limited to 'shoshin-config.el')
-rw-r--r-- | shoshin-config.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shoshin-config.el b/shoshin-config.el index 6fecaed..fccc766 100644 --- a/shoshin-config.el +++ b/shoshin-config.el @@ -11,11 +11,12 @@ package-native-compile t)) ;;; Major Keybinding +;; these need to be set before requiring the package +(setq xah-fly-use-control-key nil + xah-fly-use-meta-key nil) (package-install 'xah-fly-keys) (require 'xah-fly-keys) (xah-fly-keys-set-layout "qwerty") -(setq xah-fly-use-control-key nil - xah-fly-use-meta-key nil) (xah-fly-keys t) ;;; Completion |