style(selectrum): Alphabetize and align binds

This commit is contained in:
Edmund Miller 2021-02-18 22:06:00 -06:00 committed by Itai Y. Efrat
parent a1293a076b
commit 5216ba411f

View file

@ -43,19 +43,19 @@
:init :init
(fset 'multi-occur #'consult-multi-occur) (fset 'multi-occur #'consult-multi-occur)
(define-key! (define-key!
[remap apropos] #'consult-apropos [remap apropos] #'consult-apropos
[remap bookmark-jump] #'consult-bookmark [remap bookmark-jump] #'consult-bookmark
[remap evil-show-marks] #'consult-mark [remap evil-show-marks] #'consult-mark
[remap goto-line] #'consult-goto-line [remap goto-line] #'consult-goto-line
[remap imenu] #'consult-imenu [remap imenu] #'consult-imenu
[remap switch-to-buffer] #'consult-buffer [remap locate] #'consult-locate
[remap load-theme] #'consult-theme
[remap man] #'consult-man
[remap recentf-open-files] #'consult-recent-file
[remap switch-to-buffer] #'consult-buffer
[remap switch-to-buffer-other-window] #'consult-buffer-other-window [remap switch-to-buffer-other-window] #'consult-buffer-other-window
[remap switch-to-buffer-other-frame] #'consult-buffer-other-frame [remap switch-to-buffer-other-frame] #'consult-buffer-other-frame
[remap man] #'consult-man [remap yank-pop] #'consult-yank-pop)
[remap yank-pop] #'consult-yank-pop
[remap locate] #'consult-locate
[remap load-theme] #'consult-theme
[remap recentf-open-files] #'consult-recent-file)
:config :config
(setq consult-project-root-function #'doom-project-root) (setq consult-project-root-function #'doom-project-root)
(setq completion-in-region-function #'consult-completion-in-region) (setq completion-in-region-function #'consult-completion-in-region)