Update default value of `db/frequently-used-features'

This commit is contained in:
Daniel Borchmann 2019-12-20 15:04:35 +01:00
parent fe1c45e95e
commit d66c568a83
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -649,7 +649,9 @@
("EMMS" . emms) ("EMMS" . emms)
("Shell" . shell) ("Shell" . shell)
("EShell" . eshell) ("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 "Mapping of frequently used features to functions implementing
them. Can be used in application shortcuts such as them. Can be used in application shortcuts such as
`db/helm-shortcuts." `db/helm-shortcuts."