From a6102f14818965845808e7092bc8a53646dcd782 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 11 Aug 2023 06:19:06 +0200 Subject: emacs: Keep fighting with indentation --- .config/emacs/config.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config') 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 -- cgit v1.2.3