diff options
author | jao <jao@gnu.org> | 2022-10-06 06:15:14 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-06 06:25:22 +0100 |
commit | 476028d5114de399528e69bdbd12ad664f8c60db (patch) | |
tree | dbe25dd1a2431c326f2b1132cb9964046dbff6d5 /attic/elisp | |
parent | 5477f87950b9f649132bcfaac31cb84a1a371022 (diff) | |
download | elibs-476028d5114de399528e69bdbd12ad664f8c60db.tar.gz elibs-476028d5114de399528e69bdbd12ad664f8c60db.tar.bz2 |
nits
Diffstat (limited to 'attic/elisp')
-rw-r--r-- | attic/elisp/misc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el index 8ae7ab8..a74349c 100644 --- a/attic/elisp/misc.el +++ b/attic/elisp/misc.el @@ -446,7 +446,7 @@ (use-package company :ensure t :custom ((company-backends '(company-capf - ;; company-bbdb + company-bbdb company-files company-dabbrev company-keywords)) |