From 158185f970482391611741ea20595b62d3276ca7 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 24 Jan 2021 17:36:46 -0500 Subject: set tab to complete in company --- .emacs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index c90217e..2bd1236 100644 --- a/.emacs +++ b/.emacs @@ -215,6 +215,8 @@ Extended Format date in the date field and return it as a string obeing (use-package company :ensure t + :bind + ("" . company-indent-or-complete-common) :hook (after-init . global-company-mode)) @@ -320,7 +322,9 @@ Extended Format date in the date field and return it as a string obeing :ensure t :bind (("M-x" . helm-M-x) ("C-x C-f" . helm-find-files) - ("C-x C-b" . helm-mini)) + ("C-x C-b" . helm-mini) + :map helm-map + ("" . helm-select-action)) :config (helm-mode 1)) -- cgit v1.2.3