diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-11 21:26:01 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-11 21:26:01 -0800 |
commit | c7f0bff2e2c331a2f59f3838398d22f7c0037e52 (patch) | |
tree | 16ac916af3e3648bb10ef3281d08a61403e29911 /emacs.d/inits/00_bindings.el | |
parent | [emacs] add configuration for Haskell. (diff) | |
download | emacs.d-c7f0bff2e2c331a2f59f3838398d22f7c0037e52.tar.gz |
[emacs] replacing 'helm' with 'ivy'.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/inits/00_bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/inits/00_bindings.el b/emacs.d/inits/00_bindings.el index 216d601..ded7005 100644 --- a/emacs.d/inits/00_bindings.el +++ b/emacs.d/inits/00_bindings.el @@ -1,4 +1,4 @@ ;;; some bindings (global-set-key (kbd "M-j") 'join-line) -(global-set-key (kbd "C-x C-b") 'ibuffer) +(global-set-key (kbd "C-x C-b") 'ivy-switch-buffer) (global-set-key (kbd "<s-return>") 'toggle-frame-fullscreen) |