branch: elpa/xah-fly-keys commit 51c88f28df5062960e62f2f5dcca97ae9788f676 Author: Xah Lee <x...@xahlee.org> Commit: Xah Lee <x...@xahlee.org>
xah fly keys. removed some old comment, should be removed in last commit. --- xah-fly-keys.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/xah-fly-keys.el b/xah-fly-keys.el index a5a489bbe2..30852cac7a 100644 --- a/xah-fly-keys.el +++ b/xah-fly-keys.el @@ -4,7 +4,7 @@ ;; Author: Xah Lee ( http://xahlee.info/ ) ;; Maintainer: Xah Lee <x...@xahlee.org> -;; Version: 23.16.20230721115259 +;; Version: 23.16.20230721120619 ;; Created: 10 Sep 2013 ;; Package-Requires: ((emacs "24.1")) ;; Keywords: convenience, emulations, vim, ergoemacs @@ -2990,11 +2990,6 @@ Version 2022-10-31" '(("SPC" . xah-fly-insert-mode-activate) ("RET" . execute-extended-command) - ;; This keymap I've not used. things are here experimentally. - ;; The TAB key is not in a very good ergonomic position on average keyboards, so 【leader tab ‹somekey›】 probably should not be used much. - ;; Currently (2018-03-13), these are commands related to completion or indent, and I basically never use any of these (except sometimes complete-symbol). - ;; For average user, the way it is now is probably justified, because most emacs users don't use these commands. - ("TAB" . nil) ("TAB TAB" . indent-for-tab-command)