ソースを参照

Add counsel-imenu keybind

master
10sr 4年前
コミット
69815d7a98
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el ファイルの表示

@@ -2441,6 +2441,9 @@ Any output will be written to current buffer."
;; (counsel-fzf)))))
)

(when (fboundp 'counsel-imenu)
(define-key ctl-x-map "l" 'counsel-imenu))

(when (fboundp 'swoop)
;; (global-set-key (kbd "C-s") 'swoop)
;; (global-set-key (kbd "C-r") 'swoop)


読み込み中…
キャンセル
保存