system changes

This commit is contained in:
jjanzen 2025-01-09 11:11:27 -06:00
parent 81eb6ed052
commit 5c20db98a6

View file

@ -257,8 +257,8 @@ Install and configure =vterm= as a terminal emulator in Emacs.
Install =company= for completions. It is configured to start with no delay immediately after the first key press. =vertico= is used as a front end for completions. =orderless= is used to allow searching in any portion of a string and =marginalia= gives descriptions of items in the list.
#+begin_src emacs-lisp
(use-package company
:hook
(after-init . global-company-mode)
:init
(global-company-mode)
:config
(setq company-idle-delay 0
company-minimum-prefix-length 1