about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el4
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