From 889b21138993a67a286f380bbc6d4ca56e475b42 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 20 Sep 2025 04:15:19 +0100 Subject: new lib: jao-clojure --- custom/jao-custom-programming.el | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'custom/jao-custom-programming.el') 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 -- cgit v1.2.3