mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
helm: remap find-library -> helm-locate-library
Is superior to find-library
This commit is contained in:
@ -43,6 +43,7 @@ be negative.")
|
||||
:init
|
||||
(define-key! 'global
|
||||
[remap apropos] #'helm-apropos
|
||||
[remap find-library] #'helm-locate-library
|
||||
[remap bookmark-jump] #'helm-bookmarks
|
||||
[remap execute-extended-command] #'helm-M-x
|
||||
[remap find-file] #'helm-find-files
|
||||
|
Reference in New Issue
Block a user