Fix tab-completion in c/java mode
This commit is contained in:
parent
4d45a70450
commit
c9420cf1a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user