Explorar el Código

Disable counsel-switch-buffer

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

+ 2
- 2
emacs.el Ver fichero

@@ -2641,8 +2641,8 @@ Any output will be written to current buffer."
;; (setenv "FZF_DEFAULT_COMMAND" nil)
;; (counsel-fzf)))))
)
(when (fboundp 'counsel-switch-buffer)
(define-key ctl-x-map (kbd "C-b") 'counsel-switch-buffer))
;; (when (fboundp 'counsel-switch-buffer)
;; (define-key ctl-x-map (kbd "C-b") 'counsel-switch-buffer))

(when (and (fboundp 'ivy-read)
(locate-library "counsel"))


Cargando…
Cancelar
Guardar