From 24f196ef4576ab1d8ab205e7378b439f2aa8e9ce Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Tue, 29 Jun 2021 17:34:31 -0400 Subject: Switch from Selectrum+CTRLF to vertico+consult+marginalia In the process, rid myself of company and everything that depended on it (RIP elpy), because i want a uniform interface for capfs, and that's vertico+consult. --- emacs/inits/12-company.el | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 emacs/inits/12-company.el (limited to 'emacs/inits/12-company.el') diff --git a/emacs/inits/12-company.el b/emacs/inits/12-company.el deleted file mode 100644 index d514496..0000000 --- a/emacs/inits/12-company.el +++ /dev/null @@ -1,17 +0,0 @@ -;; Time-stamp: <2019-01-26 12:50:26 (tslil@winslow)> - -(use-package company :ensure t - :bind (("M-" . company-complete) - :map company-active-map - ("C-n" . company-select-next) - ("C-p" . company-select-previous)) - - :config - (setq company-begin-commands '(self-insert-command) - company-idle-delay 1 - company-require-match nil - company-show-numbers t - company-auto-complete 'company-explicit-action-p - company-tooltip-align-annotations t) - - (global-company-mode)) -- cgit v1.2.3