Add company-files support for org file links (#1867)
This commit is contained in:
commit
dac0b0b22b
1 changed files with 5 additions and 0 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