@@ 1543,6 1543,7 @@ Supposedly better than autocomplete.
(company-minimum-prefix-length 1)
(company-selection-wrap-around t)
(company-dabbrev-char-regexp "\\sw\\|\\s_\\|[-_]")
+ (company-tooltip-align-annotations t)
:config
(defun company-mode/backend-with-yas (backend)
"Source: https://git.io/vQKE6"
@@ 2459,8 2460,8 @@ Source: http://tinyurl.com/le6wxuo"
slime-contribs)))
(use-package slime-company
- :after slime
- :demand t))
+ :custom
+ (slime-company-completion 'fuzzy)))
#+end_src
*** Ocaml
**** tuareg