Commit c94ffbbce91e

Vincent Demeester <vincent@sbr.pm>
2025-11-19 23:29:30
chore: Remove unused .conner configuration file
- Clean up Emacs conner package configuration - File no longer needed in repository Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0837bc4
Changed files (1)
.conner
@@ -1,46 +0,0 @@
-;;; -*- lisp-data -*-
-((:name "make boot"
-	:command "make boot"
-	:type "vterm"
-	:workdir nil
-	:environment nil)
- (:name "make switch"
-	:command "make switch"
-	:type "vterm"
-	:workdir nil
-	:environment nil)
- (:name "host/aomi/boot"
-	:command "make host/aomi/boot"
-	:type "compile"
-	:workdir nil
-	:environment nil)
- (:name "host/shikoku/boot"
-	:command "make host/shikoku/boot"
-	:type "compile"
-	:workdir nil
-	:environment nil)
- (:name "host/sakhalin/boot"
-	:command "make host/sakhalin/boot"
-	:type "compile"
-	:workdir nil
-	:environment nil)
- (:name "host/kerkouane/boot"
-	:command "make host/kerkouane/boot"
-	:type "compile"
-	:workdir nil
-	:environment nil)
- (:name "host/demeter/boot"
-	:command "make host/demeter/boot"
-	:type "compile"
-	:workdir nil
-	:environment nil)
- (:name "host/athena/boot"
-	:command "make host/athena/boot"
-	:type "compile"
-	:workdir nil
-	:environment nil)
- (:name "build wakasu"
-	:command "make build"
-	:type "compile"
-	:workdir nil
-	:environment nil))