Add company-files support for org file links (#1867)

This commit is contained in:
Henrik Lissner 2019-10-10 15:35:15 -04:00 committed by GitHub
commit dac0b0b22b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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