moved company-files-regexps change from org/config to company/conif
This commit is contained in:
parent
d3ebe747b6
commit
d74ed618ce
2 changed files with 7 additions and 7 deletions
|
@ -51,6 +51,11 @@
|
|||
;;
|
||||
;; Packages
|
||||
|
||||
(after! company-files
|
||||
(pushnew! company-files--regexps
|
||||
"file:\\(\\(?:\\.\\{1,2\\}/\\|~/\\|/\\)[^\]\n]*\\)"))
|
||||
|
||||
|
||||
(use-package! company-prescient
|
||||
:hook (company-mode . company-prescient-mode)
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue