aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'home/.emacs.d/init.el')
-rw-r--r--home/.emacs.d/init.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index 9f3d8f1..a47dbb7 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -80,6 +80,8 @@
(setq ido-everywhere t)
(ido-mode 1))
+(use-package ido-completing-read+)
+
(use-package goto-chg
:commands goto-last-change
:bind (("C-." . goto-last-change)
@@ -104,11 +106,6 @@
(setq magit-completing-read-function 'magit-ido-completing-read)
(setq magit-save-repository-buffer 'dontask))
-(use-package zoom-frm
- :bind (("C-+" . zoom-all-frames-in)
- ("C--" . zoom-all-frames-out)
- ("C-0" . zoom-frm-unzoom)))
-
(use-package expand-region
:commands 'er/expand-region
:bind ("C-=" . er/expand-region))