about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-14 10:05:14 -0500
committerCase Duckworth2021-04-14 10:05:14 -0500
commit042e1cc5e20720429e97a2ec853e822327f86f63 (patch)
tree19cb164ab77b157da44c5a0a9fe659dff1691f55 /init.el
parentChange :option to setq-default for some setup forms (diff)
downloademacs-042e1cc5e20720429e97a2ec853e822327f86f63.tar.gz
emacs-042e1cc5e20720429e97a2ec853e822327f86f63.zip
Remove company-active-map keys
The ones removed aren't necessary with company-tng-mode.
Diffstat (limited to 'init.el')
-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