Explorar el Código

Add ido-completing-read+ for Magit

master
Bingen Eguzkitza hace 4 años
padre
commit
a76dea4c6b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      lisp/init-git.el

+ 4
- 0
lisp/init-git.el Ver fichero

@@ -6,6 +6,10 @@
(require-package 'git-timemachine)

(when (maybe-require-package 'magit)
;; See: https://magit.vc/manual/magit.html#Support-for-Completion-Frameworks
;; https://github.com/magit/magit/pull/1812/files
(require-package 'ido-completing-read+)

(setq-default
magit-process-popup-time 10
magit-diff-refine-hunk t

Cargando…
Cancelar
Guardar