diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index be2b58f..bba923d 100644 --- a/init.el +++ b/init.el | |||
@@ -722,6 +722,8 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
722 | 722 | ||
723 | (setup (:straight company) | 723 | (setup (:straight company) |
724 | (:hook-into prog-mode) | 724 | (:hook-into prog-mode) |
725 | (:hook company-tng-mode) | ||
726 | (:global "M-/" company-complete) | ||
725 | (:with-map company-active-map | 727 | (:with-map company-active-map |
726 | (:bind "C-n" company-select-next | 728 | (:bind "C-n" company-select-next |
727 | "C-p" company-select-previous | 729 | "C-p" company-select-previous |