Fix tab-completion in c/java mode

This commit is contained in:
Jeremy Dormitzer 2022-04-20 17:12:53 -04:00
parent 4d45a70450
commit c9420cf1a6

View File

@ -12,7 +12,8 @@
:custom
(company-idle-delay 0.3)
:general
([remap indent-for-tab-command] #'company-indent-or-complete-common))
([remap indent-for-tab-command] #'company-indent-or-complete-common)
([remap c-indent-line-or-region] #'company-indent-or-complete-common))
;; Flycheck gives you error squigglies
(use-package flycheck