Compare commits

..

No commits in common. "c9420cf1a6577190bc1535bfee4f1bfa6ab0f6af" and "344ab6b68670df4ed81c249b846594850dbf8653" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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).*\"")))