Skip to content

Commit

Permalink
tweak(emacs): add max width to company-box
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 22, 2024
1 parent 21190a5 commit 1bb7a70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,9 @@
"C-." #'company-complete))

(use-package company-box
:hook (company-mode . company-box-mode))
:hook (company-mode . company-box-mode)
:custom
(company-tooltip-maximum-width 80))

(use-package vterm)
(use-package vterm-toggle
Expand Down

0 comments on commit 1bb7a70

Please sign in to comment.