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

This commit is contained in:
Daniel - 2019-12-20 15:04:35 +01:00
parent fe1c45e95e
commit d66c568a83
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 1 deletions

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."