aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-24 15:52:29 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-24 15:52:29 -0700
commit5ca867792d2305dc98788c99c0865db018a59e06 (patch)
tree3134a11f5d73357276862651a3e83895216948fd
parent9fae4c4c9578e0c3a609c4205f6e6ad43e006638 (diff)
downloaddotfiles-5ca867792d2305dc98788c99c0865db018a59e06.tar.gz
dotfiles-5ca867792d2305dc98788c99c0865db018a59e06.tar.bz2
dotfiles-5ca867792d2305dc98788c99c0865db018a59e06.zip
Update emacs config
-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))