From 042e1cc5e20720429e97a2ec853e822327f86f63 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 14 Apr 2021 10:05:14 -0500 Subject: Remove company-active-map keys The ones removed aren't necessary with company-tng-mode. --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index 4e9525e..e7999cd 100644 --- a/init.el +++ b/init.el @@ -737,9 +737,7 @@ if ripgrep is installed, otherwise `consult-grep'." (:hook company-tng-mode) (:global "M-/" company-complete) (:with-map company-active-map - (:bind "C-n" company-select-next - "C-p" company-select-previous - "C-d" company-show-doc-buffer + (:bind "C-d" company-show-doc-buffer "M-." company-show-location))) ;;; Lisps -- cgit 1.4.1-21-gabe81