diff --git a/init.el b/init.el index 7bfb8e8..dfbbc73 100644 --- a/init.el +++ b/init.el @@ -649,7 +649,9 @@ ("EMMS" . emms) ("Shell" . shell) ("EShell" . eshell) - ("scratch" . db/scratch)) + ("scratch" . db/scratch) + ("Info Lookup" . counsel-info-lookup-symbol) + ("Unicode Lookup" . counsel-unicode-char)) "Mapping of frequently used features to functions implementing them. Can be used in application shortcuts such as `db/helm-shortcuts’."