fixed company-files not working in org mode

pull/2/head
Penguin 12 months ago
parent d5c48822c7
commit 5403f7909b

@ -303,10 +303,12 @@ current buffer's, reload dir-locals."
'sh-mode 'sh-mode
'(:separate '(:separate
company-capf company-shell company-files)) company-capf company-shell company-files))
)
(after! org
(set-company-backend! (set-company-backend!
'org-mode 'org-mode
'(:separate 'company-capf 'company-files))
company-dabbrev company-yasnippet company-ispell company-files)))
(map! (map!

@ -173,8 +173,8 @@
;;swift ; who asked for emoji variables? ;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance. ;;terra ; Earth and Moon in alignment for performance.
;;web ; the tubes ;;web ; the tubes
;;yaml ; JSON, but readable yaml ; JSON, but readable
;;zig ; C, but simpler zig ; C, but simpler
:email :email
;;(mu4e +org +gmail) ;;(mu4e +org +gmail)

Loading…
Cancel
Save