mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/selectrum -> completion/vertico, part 2
- Rename module from `:completion selectrum` to `:completion vertico` - Rename all files involved - Do *not* yet rename all the functions, as that messes up git's rename detection.
This commit is contained in:
@ -105,7 +105,7 @@ In all cases, 'h' functions go to 'c' and 'l' ones go to 'r' so the navigation k
|
||||
:n "C-#" #'+popup/raise))
|
||||
(after! treemacs
|
||||
(+layout-bepo-rotate-ts-bare-keymap '(evil-treemacs-state-map)))
|
||||
(after! (:or helm ivy selectrum icomplete)
|
||||
(after! (:or helm ivy vertico icomplete)
|
||||
(+layout-bepo-rotate-keymaps
|
||||
'(minibuffer-local-map
|
||||
minibuffer-local-ns-map
|
||||
|
Reference in New Issue
Block a user