config/default: bind SPC f l to locate

This will be remapped to counsel-locate or helm-locate if the ivy/helm
modules are enabled.
This commit is contained in:
Henrik Lissner 2019-09-22 12:07:02 -04:00
parent 497fd08af7
commit f4d17707e7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ be negative.")
[remap bookmark-jump] #'helm-bookmarks
[remap execute-extended-command] #'helm-M-x
[remap find-file] #'helm-find-files
[remap locate] #'helm-locate
[remap imenu] #'helm-semantic-or-imenu
[remap noop-show-kill-ring] #'helm-show-kill-ring
[remap persp-switch-to-buffer] #'+helm/workspace-mini

View file

@ -630,6 +630,7 @@
:desc "Find file in emacs.d" "e" #'+default/find-in-emacsd
:desc "Browse emacs.d" "E" #'+default/browse-emacsd
:desc "Find file from here" "f" #'find-file
:desc "Locate file" "l" #'locate
:desc "Move/rename file" "m" #'doom/move-this-file
:desc "Find file in private config" "p" #'doom/find-file-in-private-config
:desc "Browse private config" "P" #'doom/open-private-config