diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2015-03-23 04:33:07 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2015-03-23 04:33:07 (GMT) |
| commit | 9da0d4d673005096bcf0269d80334b0e02bd43b9 (patch) | |
| tree | 6712e881233f689587f80d7b07ca3487fc1281d7 /lisp | |
| parent | ca979abbcd60fbb8960473f104c1c24d33280ead (diff) | |
| download | dotemacs-9da0d4d673005096bcf0269d80334b0e02bd43b9.zip dotemacs-9da0d4d673005096bcf0269d80334b0e02bd43b9.tar.gz dotemacs-9da0d4d673005096bcf0269d80334b0e02bd43b9.tar.bz2 | |
Swap keybindings for import-popwin and helm-swoop
Helm-swoop is used much more frequently.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-appearance.el | 2 | ||||
| -rw-r--r-- | lisp/ravi-init-helm.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ravi-init-appearance.el b/lisp/ravi-init-appearance.el index 035dc1d..0b32c6f 100644 --- a/lisp/ravi-init-appearance.el +++ b/lisp/ravi-init-appearance.el @@ -285,7 +285,7 @@ Delete all whitespace on a successive key press." ) (use-package import-popwin - :bind (("M-i" . import-popwin)) + :bind (("M-I" . import-popwin)) :ensure t ) diff --git a/lisp/ravi-init-helm.el b/lisp/ravi-init-helm.el index 1c05949..89cc4b1 100644 --- a/lisp/ravi-init-helm.el +++ b/lisp/ravi-init-helm.el @@ -67,7 +67,7 @@ :ensure t) (use-package helm-swoop - :bind (("M-I" . helm-swoop)) + :bind (("M-i" . helm-swoop)) :commands helm-swoop-from-isearch :init (progn |
