diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-vc.el | 2 |
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) |
