Compare commits
2 Commits
344ab6b686
...
c9420cf1a6
Author | SHA1 | Date | |
---|---|---|---|
|
c9420cf1a6 | ||
|
4d45a70450 |
@ -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
|
||||
|
@ -13,7 +13,8 @@
|
||||
(general-def java-debug-map
|
||||
"d" 'dap-java-debug
|
||||
"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
|
||||
(setq dap-java-test-additional-args '("-n" "\".*(Test|IT).*\"")))
|
||||
|
Loading…
Reference in New Issue
Block a user