diff --git a/emacs/.emacs.d/config/init-completion.el b/emacs/.emacs.d/config/init-completion.el index 933fdc4..be4fa75 100644 --- a/emacs/.emacs.d/config/init-completion.el +++ b/emacs/.emacs.d/config/init-completion.el @@ -40,24 +40,24 @@ :general ("M-o" #'embark-act) ('normal embark-collect-mode-map - "TAB" #'forward-button - "?" #'describe-mode - "A" #'embark-collect-direct-action-minor-mode - "S" #'tabulated-list-sort - "a" #'embark-act - "b" #'backward-button - "e" #'embark-export - "f" #'forward-button - "gr" #'revert-buffer - "n" #'next-line - "p" #'previous-line - "q" #'quit-window - "s" #'isearch-forward - "v" #'embark-collect-toggle-view - "z" #'embark-collect-zebra-minor-mode - "{" #'tabulated-list-narrow-current-column - "}" #'tabulated-list-widen-current-column - "" #'backward-button) + "TAB" #'forward-button + "?" #'describe-mode + "A" #'embark-collect-direct-action-minor-mode + "S" #'tabulated-list-sort + "a" #'embark-act + "b" #'backward-button + "e" #'embark-export + "f" #'forward-button + "gr" #'revert-buffer + "n" #'next-line + "p" #'previous-line + "q" #'quit-window + "s" #'isearch-forward + "v" #'embark-collect-toggle-view + "z" #'embark-collect-zebra-minor-mode + "{" #'tabulated-list-narrow-current-column + "}" #'tabulated-list-widen-current-column + "" #'backward-button) :custom (embark-prompter 'embark-keymap-prompter))