From d66c568a835a17fb3d1d3d69334e1b48aa9f5678 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 20 Dec 2019 15:04:35 +0100 Subject: [PATCH] Update default value of `db/frequently-used-features' --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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’."