xahlee / xah-fly-keys

the most efficient keybinding for emacs
http://xahlee.info/emacs/misc/xah-fly-keys.html
485 stars 82 forks source link

update xah-next/previous-emacs-buffer #179

Closed emiltoacs closed 2 months ago

emiltoacs commented 2 months ago

use xah-user-buffer-p instead of buffer starting with *

Problem: dired eww and help modes are neither user nor emacs buffer.

Solution: change the definition of emacs-buffer to be the logical complement of the user-buffer using xah-user-buffer-p to discriminate between user and emacs buffer

xahlee commented 2 months ago

thank you.