style(selectrum): Alphabetize and align binds
This commit is contained in:
parent
a1293a076b
commit
5216ba411f
1 changed files with 12 additions and 12 deletions
|
@ -48,14 +48,14 @@
|
||||||
[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 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] #'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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue