diff options
| author | tslil clingman <> | 2021-06-29 17:34:31 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-06-29 18:28:18 -0400 |
| commit | 24f196ef4576ab1d8ab205e7378b439f2aa8e9ce (patch) | |
| tree | 9c1a4329e2f055ad80b7e0d5bd5a6f7843ac789f /emacs/inits/12-company.el | |
| parent | d550a210bd05a0019ce3e1757d8ec32731d0f72c (diff) | |
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.
Diffstat (limited to 'emacs/inits/12-company.el')
| -rw-r--r-- | emacs/inits/12-company.el | 17 |
1 files changed, 0 insertions, 17 deletions
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-<tab>" . 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)) |
