diff options
| -rw-r--r-- | .config/emacs/init.el | 2 | 
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 #'>))))) |