summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-20 04:15:19 +0100
committerjao <jao@gnu.org>2025-09-20 04:15:19 +0100
commit889b21138993a67a286f380bbc6d4ca56e475b42 (patch)
treec70a2ebcbe54a6e75251b26ede160e1572106338 /custom
parent9d3c619aa9e9d3bfd39cbfe46edb98a07e191416 (diff)
downloadelibs-889b21138993a67a286f380bbc6d4ca56e475b42.tar.gz
elibs-889b21138993a67a286f380bbc6d4ca56e475b42.tar.bz2
new lib: jao-clojuremain
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-programming.el13
1 files changed, 8 insertions, 5 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el
index 6f31711..b88c43c 100644
--- a/custom/jao-custom-programming.el
+++ b/custom/jao-custom-programming.el
@@ -261,12 +261,15 @@
(defconst jao-kaocha-compilation-error
'(kaocha-error
"^FAIL in \\(.+\\.\\)[^ ]+ (\\([^:]+\\.clj[cs]?\\):\\([0-9]+\\))"
- jao-kaocha-file-name 3)))
+ jao-kaocha-file-name 3))
-(use-package compile
- :config
- (add-to-list 'compilation-error-regexp-alist-alist
- jao-kaocha-compilation-error))
+ (use-package compile
+ :config
+ (add-to-list 'compilation-error-regexp-alist-alist
+ jao-kaocha-compilation-error)))
+
+(use-package jao-clojure
+ :bind (:map clojure-mode-map (("C-c o" . jao-clojure-other-file))))
(use-package cider
:ensure t