diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 06:19:06 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 06:19:06 +0200 |
commit | a6102f14818965845808e7092bc8a53646dcd782 (patch) | |
tree | 74bcd22fc6819c6336d5b05f2ca27d52ca88748b | |
parent | a988eef39eff4ed41cf05d9c23d93c7a30627d29 (diff) |
emacs: Keep fighting with indentation
-rw-r--r-- | .config/emacs/config.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 4105321..6f61a05 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -698,11 +698,11 @@ that’s what the ~mm-minibuffer-backward-kill~ is for. (use-package vertico :bind (:map vertico-map - ("C-j" . vertico-next) - ("C-k" . vertico-previous) - ("C-l" . vertico-insert) - :map minibuffer-local-map - ("C-h" . mm-minibuffer-backward-kill)) + ("C-j" . vertico-next) + ("C-k" . vertico-previous) + ("C-l" . vertico-insert) + :map minibuffer-local-map + ("C-h" . mm-minibuffer-backward-kill)) :custom (vertico-cycle t) :custom-face |