Commit 68b6b479625e

Vincent Demeester <vincent@sbr.pm>
2016-06-24 00:41:33
Update ivy configuration
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 1835bb8
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2317,7 +2317,8 @@
            ("C-c C-u" . counsel-unicode-char)
            ("C-c s g" . counsel-git-grep)
            ("C-c s s" . counsel-pt)
-           ("M-y" . counsel-yank-pop))
+           ("M-y" . counsel-yank-pop)
+           ("M-x" . counsel-M-x))
     :chords ("xm" . counsel-M-x))
 
 #+END_SRC
@@ -2429,6 +2430,7 @@
          :commands magit-status
          :bind ("C-c g" . magit-status)
          :config
+         (setq magit-completing-read-function 'ivy-completing-read)
          (add-to-list 'magit-no-confirm 'stage-all-changes)
          (setq magit-push-always-verify nil)
          (setq magit-last-seen-setup-instructions "2.1.0"))