diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-04-22 18:57:24 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-04-22 19:01:50 -0700 |
commit | bc9ac089cd6d47e24fb1ce1150e34eb881d60b0a (patch) | |
tree | 613e7f685c98e1ba6c1f1e21b3545a50614a7fac /.emacs.local.d/modes/company.el | |
parent | 8a5d78cc13fb93420ae296847dfa0bc19c110302 (diff) |
cleanup
Diffstat (limited to '.emacs.local.d/modes/company.el')
-rw-r--r-- | .emacs.local.d/modes/company.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.local.d/modes/company.el b/.emacs.local.d/modes/company.el index cdc8c64..453fc1f 100644 --- a/.emacs.local.d/modes/company.el +++ b/.emacs.local.d/modes/company.el @@ -1,6 +1,3 @@ -;; Debian packages: elpa-company -;; Elpa packages: company-quickhelp - (use-package company :ensure t :defer t |