diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2014-12-15 05:44:34 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2014-12-15 05:44:34 (GMT) |
| commit | ad4bbe8ae28aa88707e4434a8aeaee4803c09da6 (patch) | |
| tree | 8fc7cf5dfd5a0d3e8f9683635aa597faac868c39 /ravi-init-ido.el | |
| parent | d52cca0fae889d43e4d2ca017d64224afde9d391 (diff) | |
| download | dotemacs-ad4bbe8ae28aa88707e4434a8aeaee4803c09da6.zip dotemacs-ad4bbe8ae28aa88707e4434a8aeaee4803c09da6.tar.gz dotemacs-ad4bbe8ae28aa88707e4434a8aeaee4803c09da6.tar.bz2 | |
The cognitive load of ace-jump-buffer is too high
Diffstat (limited to 'ravi-init-ido.el')
| -rw-r--r-- | ravi-init-ido.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ravi-init-ido.el b/ravi-init-ido.el index dc4b6a1..e99a5d8 100644 --- a/ravi-init-ido.el +++ b/ravi-init-ido.el @@ -52,12 +52,12 @@ ) (use-package ace-jump-buffer - :bind (("<f1>" . ace-jump-buffer) + :bind (("M-<f1>" . ace-jump-buffer) ("C-<f1>" . ace-jump-buffer-other-window) ("S-<f1>" . ace-jump-projectile-buffers)) - :config - (progn - (bind-key "M-<f1>" 'ido-switch-buffer)) + ;; :config + ;; (progn + ;; (bind-key "M-<f1>" 'ido-switch-buffer)) :ensure t) ;;;_ , ido |
