system changes
This commit is contained in:
parent
81eb6ed052
commit
5c20db98a6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue