Browse Source

Add prescient sorting to company-mode

master
Riyyi 4 years ago
parent
commit
4b299480f2
  1. 7
      .config/emacs/config.org

7
.config/emacs/config.org

@ -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

Loading…
Cancel
Save