do not use ido here anymore

This commit is contained in:
2023-05-31 13:54:43 +02:00
parent 42a59abf02
commit b677f6b0af

View File

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