Doomemacs vs Xah Fly Keys

By Xah Lee. Date: . Last updated: .

Doomemacs or Xah Fly Keys

i recommend not to mix them.

Doomemacs is oriented for vim keybinding. It installs a lots packages for that.

Try just doomemacs, or just Xah Fly Keys.

Outdated. How to setup Xah Fly Keys in doom emacs

2023-01-29 info here is 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>")