Skip to content

Commit

Permalink
tweak(company): show single completion candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 3, 2024
1 parent bfc25f4 commit fa0f93b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,9 @@
(company-idle-delay 0)
(company-tooltip-align-annotations t)
(company-abort-on-unique-match nil)
(company-frontends '(company-pseudo-tooltip-frontend
company-echo-metadata-frontend
company-quickhelp-frontend))
(company-backends
'(company-bbdb
company-semantic
Expand Down

0 comments on commit fa0f93b

Please sign in to comment.