From 2800534501c43d3ebca2a29fe7bdfd4d721bb8e1 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 29 Mar 2021 01:10:23 +0100 Subject: still tweaking company's config --- init.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 804e319..2bc8b50 100644 --- a/init.org +++ b/init.org @@ -880,6 +880,9 @@ ;; explicitly interacted with Company. :map company-active-map + ([remap scroll-up-command] . nil) + ([remap scroll-down-command] . nil) + ;; Make TAB always complete the current selection, instead of ;; only completing a common prefix. ("" . #'company-complete-selection) @@ -893,7 +896,8 @@ ;; "sticky", and applies also below. ;; Another interesting :filter (company-explicit-action-p) - :filter (not (derived-mode-p 'eshell-mode)) + :filter (or (not (derived-mode-p 'eshell-mode)) + (company-explicit-action-p)) ("" . #'company-complete-selection) ("RET" . #'company-complete-selection)) -- cgit v1.2.3