Add prescient sorting to company-mode

This commit is contained in:
Riyyi
2021-01-06 15:28:07 +01:00
parent 9cfd7ccb4c
commit 4b299480f2
+5 -2
View File
@@ -484,8 +484,11 @@ Autocomplete packages (includes code completion and snippets).
php-mode php-mode
shell-mode shell-mode
shell-script-mode) shell-script-mode)
. company-mode) . company-mode))
)
(use-package company-prescient
:after company
:config (company-prescient-mode 1))
#+END_SRC #+END_SRC
**** Flycheck **** Flycheck