diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 16:40:44 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 16:40:44 +0200 |
| commit | 16887d3b461b68316105400c12f8f91afc4138f6 (patch) | |
| tree | 82f3801e80087631402e7d21057dd5fa5541b089 | |
| parent | 07c02e466161a139e0e9cd12aaff72028fb2a365 (diff) | |
Emacs: company: Remove pin, patch has been merged and released
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index a6ea5af..599b338 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -69,8 +69,6 @@ (use-package yasnippet) -;; https://github.com/company-mode/company-mode/pull/1101 -(add-to-list 'package-pinned-packages '("company" . "melpa-unstable")) (use-package company :bind (:map company-mode-map ([remap completion-at-point] . #'company-complete)) |
