From 523901948b9f6142d0f3c530153d943619554211 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 10 Sep 2024 00:10:12 +0200 Subject: emacs: Fix typo --- .config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 2999736..2287093 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -798,7 +798,7 @@ the comparison of the ‘company-pseudo-tooltip-overlay’ height and 0 using PR (with-eval-after-load 'company (x-define-bindings - :map company-active-mode + :map company-active-map ("C-j" (λi (x-company-select-candidate #'<))) ("C-k" (λi (x-company-select-candidate #'>))))) -- cgit v1.2.3