aboutsummaryrefslogtreecommitdiff
path: root/shoshin-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'shoshin-config.org')
-rw-r--r--shoshin-config.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/shoshin-config.org b/shoshin-config.org
index b67f689..224c0c1 100644
--- a/shoshin-config.org
+++ b/shoshin-config.org
@@ -168,11 +168,12 @@ tightly right now. you may have other opinions about keybindings
#+name: keybinding
#+begin_src emacs-lisp
+ ;; 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)
#+end_src