diff --git a/init.el b/init.el index 17ab968..7f20c71 100644 --- a/init.el +++ b/init.el @@ -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 diff --git a/site-lisp/db-customize.el b/site-lisp/db-customize.el index dd3dd7c..25deaf7 100644 --- a/site-lisp/db-customize.el +++ b/site-lisp/db-customize.el @@ -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