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