From b677f6b0af3a37701101fa4edd4758d666da99f6 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 31 May 2023 13:54:43 +0200 Subject: [PATCH] do not use ido here anymore --- lisp/init-imenu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/init-imenu.el b/lisp/init-imenu.el index 8f5bd17..a31e28d 100644 --- a/lisp/init-imenu.el +++ b/lisp/init-imenu.el @@ -55,7 +55,7 @@ Symbols matching the text at point are put first in the completion list." (goto-char (overlay-start position)) (goto-char position))))) -(global-set-key (kbd "C-c C-j") 'ido-imenu) +;; (global-set-key (kbd "C-c C-j") 'ido-imenu) (provide 'init-imenu)