浏览代码

Disable counsel-switch-buffer

master
10sr 4 年前
父节点
当前提交
47ccd55f9f
签署人:: 10sr GPG 密钥 ID: C384BB17CBB19347
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 查看文件

@@ -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"))


正在加载...
取消
保存