Use default completion functions for Info and Unicode lookup

Using vertico completion, they are quite nice! :)
This commit is contained in:
Daniel - 2024-03-09 14:08:41 +01:00
parent 3d0afd3f07
commit 8150725233
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
2 changed files with 3 additions and 5 deletions

View File

@ -2167,9 +2167,7 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package counsel
:ensure t
:commands (counsel-org-goto-all
counsel-info-lookup-symbol
counsel-unicode-char))
:commands (counsel-org-goto-all))
(use-package swiper
:ensure t

View File

@ -146,8 +146,8 @@ in the main agenda view."
("EShell" ?e db/run-or-hide-eshell)
("Refile File" ?r #'(lambda () (interactive) (find-file db/org-default-refile-file)))
("Goto Currnet Clock" ?c db/org-clock-goto-first-open-checkbox)
("Info Lookup" ?I counsel-info-lookup-symbol)
("Unicode Lookup" ?U counsel-unicode-char)
("Info Lookup" ?I info-lookup-symbol)
("Unicode Lookup" ?U insert-char)
("Timeline of Day" ?T timeline-tools-format-timeline-of-day)
("Copy template to point" ?C db/org-insert-checklist))
"Mapping of frequently used features to functions implementing