How to setup Xah Fly Keys in doom emacs

By Xah Lee. Date: .

How to setup Xah Fly Keys in doom emacs

2023-01-29 info here may be outdated.

Download Xah Fly Keys, and place it at

~/.emacs.d/.local/straight/repos/xah-fly-keys/xah-fly-keys.el

in the file .doom.d/init.el, comment this out:

(evil +everywhere)

in the file .doom.d/config.el , add the following (change it suitably):

(require 'xah-fly-keys)
(xah-fly-keys-set-layout "qwerty")
(xah-fly-keys 1)

(setq doom-leader-key "<f1>")