Compare commits
No commits in common. "c9420cf1a6577190bc1535bfee4f1bfa6ab0f6af" and "344ab6b68670df4ed81c249b846594850dbf8653" have entirely different histories.
c9420cf1a6
...
344ab6b686
@ -12,8 +12,7 @@
|
|||||||
:custom
|
:custom
|
||||||
(company-idle-delay 0.3)
|
(company-idle-delay 0.3)
|
||||||
:general
|
: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
|
;; Flycheck gives you error squigglies
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
|
@ -13,8 +13,7 @@
|
|||||||
(general-def java-debug-map
|
(general-def java-debug-map
|
||||||
"d" 'dap-java-debug
|
"d" 'dap-java-debug
|
||||||
"t" 'dap-java-debug-test-method
|
"t" 'dap-java-debug-test-method
|
||||||
"c" 'dap-java-debug-test-class
|
"c" 'dap-java-debug-test-class)
|
||||||
"b" 'dap-breakpoint-toggle)
|
|
||||||
|
|
||||||
(with-eval-after-load 'dap-java
|
(with-eval-after-load 'dap-java
|
||||||
(setq dap-java-test-additional-args '("-n" "\".*(Test|IT).*\"")))
|
(setq dap-java-test-additional-args '("-n" "\".*(Test|IT).*\"")))
|
||||||
|
Loading…
Reference in New Issue
Block a user