Skip to content

Instantly share code, notes, and snippets.

View ahmed1hsn's full-sized avatar

Ahmed Hassan ahmed1hsn

View GitHub Profile
@ahmed1hsn
ahmed1hsn / .dir-locals.el
Last active June 2, 2025 20:41
.dir-locals.el file for quickly starting emacs inf-clojure babashka socket repl => (C-c C-z or M-x inf-clojure)
((nil .
((inf-clojure-custom-startup . "bb socket-repl 1666")
(inf-clojure-custom-repl-type . babashka))))