summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
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 #'>)))))