about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-04-12 17:57:26 -0500
committerCase Duckworth2021-04-12 17:57:26 -0500
commita467c8c5307e452f2cdbdcd2c197818fc51e2576 (patch)
tree9733b099c32d1b21167178856d0aafa2cfa18514
parentFix lispy modes hooks (diff)
downloademacs-a467c8c5307e452f2cdbdcd2c197818fc51e2576.tar.gz
emacs-a467c8c5307e452f2cdbdcd2c197818fc51e2576.zip
Configure `company-mode'
-rw-r--r--init.el2
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