diff options
author | Case Duckworth | 2021-04-14 10:05:14 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-14 10:05:14 -0500 |
commit | 042e1cc5e20720429e97a2ec853e822327f86f63 (patch) | |
tree | 19cb164ab77b157da44c5a0a9fe659dff1691f55 | |
parent | Change :option to setq-default for some setup forms (diff) | |
download | emacs-042e1cc5e20720429e97a2ec853e822327f86f63.tar.gz emacs-042e1cc5e20720429e97a2ec853e822327f86f63.zip |
Remove company-active-map keys
The ones removed aren't necessary with company-tng-mode.
-rw-r--r-- | init.el | 4 |
1 files changed, 1 insertions, 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'." | |||
737 | (:hook company-tng-mode) | 737 | (:hook company-tng-mode) |
738 | (:global "M-/" company-complete) | 738 | (:global "M-/" company-complete) |
739 | (:with-map company-active-map | 739 | (:with-map company-active-map |
740 | (:bind "C-n" company-select-next | 740 | (:bind "C-d" company-show-doc-buffer |
741 | "C-p" company-select-previous | ||
742 | "C-d" company-show-doc-buffer | ||
743 | "M-." company-show-location))) | 741 | "M-." company-show-location))) |
744 | 742 | ||
745 | ;;; Lisps | 743 | ;;; Lisps |