Explorar el Código

Add ivy format config

master
10sr hace 4 años
padre
commit
b04b7e1789
Firmado por: 10sr ID de clave GPG: C384BB17CBB19347
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Ver fichero

@@ -2578,9 +2578,11 @@ Any output will be written to current buffer."

;; ivy

(defvar ivy-re-builders-alist)
;; (defvar ivy-re-builders-alist)
(set-variable 'ivy-re-builders-alist
'((t . my--ivy-regex-fuzzy-ignore-order)))
(set-variable 'ivy-format-functions-alist
'((t . ivy-format-function-arrow)))

(defun my--ivy-regex-fuzzy-ignore-order (str)
"Re-build regex from STR for ignore-order fuzzy match."


Cargando…
Cancelar
Guardar