Add menu keys for buffer and file

This commit is contained in:
Case Duckworth 2022-01-16 23:31:07 -06:00
parent 596a21b6a0
commit c42eb9d62d
1 changed files with 2 additions and 0 deletions

View File

@ -914,6 +914,8 @@
("M-s l" . consult-line)
("M-s L" . consult-line-multi)))
(define-key isearch-mode-map (car binding) (cdr binding))))
(:+menu "b" #'consult-buffer
"f" #'find-file)
(with-eval-after-load 'org-mode
(define-key org-mode-map "M-g o" 'consult-org-heading))
(advice-add 'consult-yank-pop :after '+yank@indent)