diff options
author | Kyle Meyer <meyerkya@gmail.com> | 2013-05-23 14:16:57 -0400 |
---|---|---|
committer | Kyle Meyer <meyerkya@gmail.com> | 2013-05-23 14:16:57 -0400 |
commit | 6d593d8c02a53eff903be33511846ea1a8888478 (patch) | |
tree | bfb6b9f8a3ac7fb86dff2158459eec95d035262a | |
parent | 15dbf77596d5e416d8aa358ab02af796e7915234 (diff) | |
download | emacs.d-6d593d8c02a53eff903be33511846ea1a8888478.tar.gz |
clean up old comment
-rw-r--r-- | init/km-evil.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init/km-evil.el b/init/km-evil.el index cbaaaee..14b7ff3 100644 --- a/init/km-evil.el +++ b/init/km-evil.el @@ -52,9 +52,6 @@ (key-chord-define-global ",f" 'find-file) (key-chord-define-global ",g" 'magit-status) (key-chord-define-global ",b" 'ido-switch-buffer) -;; cannot map this to insert mode because it jams up the first letter -;; switch from jf because often pressing j to go up/down, so probably -;; best not to have it have to consider whether it is a chord each time (key-chord-define-global ";a" 'evil-normal-state) ;; org bindings |