[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] org-ctags: When `ido-mode' is off, use completing-read
From: |
Martin Marshall |
Subject: |
[PATCH] org-ctags: When `ido-mode' is off, use completing-read |
Date: |
Sat, 10 Feb 2024 23:55:47 -0500 |
0001-org-ctags-Use-completing-read-if-ido-mode-is-off.patch
Description: Improve completion for org-ctags-find-tag-interactive
Here's another patch for org-ctags.el.
`org-ctags-find-tag-interactive' uses `ido-completing-read' for
selecting and jumping to a target.
This patch makes it use `completing-read' instead, unless the user
enabled `ido-mode'.
--
Best regards,
Martin Marshall
- [PATCH] org-ctags: When `ido-mode' is off, use completing-read,
Martin Marshall <=