From c42eb9d62d7e10031d90126aaef67819bc93935f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 16 Jan 2022 23:31:07 -0600 Subject: Add menu keys for buffer and file --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 5a9ee62..a3e3dcd 100644 --- a/init.el +++ b/init.el @@ -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) -- cgit 1.4.1-21-gabe81