Minor refactors, reformatting, & comment revision
This commit is contained in:
parent
95f40c62ab
commit
d79cea2e4c
7 changed files with 31 additions and 29 deletions
|
@ -89,6 +89,7 @@
|
|||
;;; Packages
|
||||
|
||||
(after! company-files
|
||||
;; Fix `company-files' completion for org file:* links
|
||||
(add-to-list 'company-files--regexps "file:\\(\\(?:\\.\\{1,2\\}/\\|~/\\|/\\)[^\]\n]*\\)"))
|
||||
|
||||
|
||||
|
@ -100,6 +101,8 @@
|
|||
company-box-backends-colors nil
|
||||
company-box-max-candidates 50
|
||||
company-box-icons-alist 'company-box-icons-all-the-icons
|
||||
;; Move company-box-icons--elisp to the end, because it has a catch-all
|
||||
;; clause that ruins icons from other backends in elisp buffers.
|
||||
company-box-icons-functions
|
||||
(cons #'+company-box-icons--elisp-fn
|
||||
(delq 'company-box-icons--elisp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue