Add prescient sorting to company-mode
This commit is contained in:
@@ -470,7 +470,7 @@ Autocomplete packages (includes code completion and snippets).
|
||||
**** Company
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package company
|
||||
(use-package company
|
||||
:defer t
|
||||
:custom
|
||||
(company-idle-delay 0.2)
|
||||
@@ -484,8 +484,11 @@ Autocomplete packages (includes code completion and snippets).
|
||||
php-mode
|
||||
shell-mode
|
||||
shell-script-mode)
|
||||
. company-mode)
|
||||
)
|
||||
. company-mode))
|
||||
|
||||
(use-package company-prescient
|
||||
:after company
|
||||
:config (company-prescient-mode 1))
|
||||
#+END_SRC
|
||||
|
||||
**** Flycheck
|
||||
|
||||
Reference in New Issue
Block a user