summaryrefslogtreecommitdiff
path: root/mms-keyboard.org
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-03-26 11:53:59 +0100
committermms <michal@sapka.me>2024-03-26 16:24:13 +0100
commitbfd3fe3d93e0b4b8b6f5d93f279040f6c744b476 (patch)
tree4a807ab918a16d81db9d81cb0706fdb462450aa9 /mms-keyboard.org
parent5e38774700908f695a51d509c3095a0771a1503f (diff)
xahlee
Diffstat (limited to 'mms-keyboard.org')
-rw-r--r--mms-keyboard.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/mms-keyboard.org b/mms-keyboard.org
index 8fe4a2f..7b61700 100644
--- a/mms-keyboard.org
+++ b/mms-keyboard.org
@@ -136,3 +136,15 @@ I'll move them to dedicated sections when I reach them.
#+END_SRC
+
+
+* Xah Lee Flykeys
+
+#+begin_src emacs-lisp
+ (use-package xah-fly-keys
+ :config
+ (xah-fly-keys-set-layout "qwerty")
+(xah-fly-keys 1))
+
+
+#+end_src