summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2015-07-30 05:32:33 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2015-07-30 05:32:33 (GMT)
commitdd509349d6e9ef94120d8531922995e17e92314f (patch)
tree93ec945edde4844f72a99e62b771ec07d77db9e5 /lisp
parentfc6e8c75dea423fb24923b2a32113a766c1c3247 (diff)
downloaddotemacs-dd509349d6e9ef94120d8531922995e17e92314f.zip
dotemacs-dd509349d6e9ef94120d8531922995e17e92314f.tar.gz
dotemacs-dd509349d6e9ef94120d8531922995e17e92314f.tar.bz2
Use proper helm function to replace completing-read
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-vc.el b/lisp/ravi-init-vc.el
index 0c7ace1..a28a75a 100644
--- a/lisp/ravi-init-vc.el
+++ b/lisp/ravi-init-vc.el
@@ -35,7 +35,7 @@
magit-process-popup-time 10
magit-diff-refine-hunk t
magit-completing-read-function (if ravi/use-helm-instead-of-ido
- 'helm-completing-read-with-cands-in-buffer
+ 'helm--completing-read-default
'magit-ido-completing-read))
(setq magit-restore-window-configuration t)