File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This change
44
55# [ Unreleased]
66
7+ ## Updated
8+ - dev: default to reloaded repl task for make repl
9+
710# 2025-11-09
811## Added
912- dev: add version control tasks and update format
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ OUTDATED_FILE := outdated-$(shell date +%y-%m-%d-%T).md
4444# -------------------------------------- #
4545
4646# -- Clojure Workflow ------------------ #
47- repl : rebel # # Start default REPL configuration
47+ repl : reloaded # # Start default REPL configuration
4848
4949rebel : # # Run Clojure REPL with rich terminal UI (Rebel Readline)
5050 $(info -- Run Rebel REPL ------------------------)
@@ -233,4 +233,3 @@ help: ## Describe available tasks in Makefile
233233 sort | \
234234 awk -F ' :.*?## ' ' NF==2 {printf "\033[36m %-$(HELP-DESCRIPTION-SPACING)s\033[0m %s\n", $$1, $$2}'
235235# -------------------------------------- #
236-
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ OUTDATED_FILE := outdated-$(shell date +%y-%m-%d-%T).md
4444# -------------------------------------- #
4545
4646# -- Clojure Workflow ------------------ #
47- repl : rebel # # Start default REPL configuration
47+ repl : reloaded # # Start default REPL configuration
4848
4949rebel : # # Run Clojure REPL with rich terminal UI (Rebel Readline)
5050 $(info -- Run Rebel REPL ------------------------)
@@ -233,4 +233,3 @@ help: ## Describe available tasks in Makefile
233233 sort | \
234234 awk -F ' :.*?## ' ' NF==2 {printf "\033[36m %-$(HELP-DESCRIPTION-SPACING)s\033[0m %s\n", $$1, $$2}'
235235# -------------------------------------- #
236-
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ OUTDATED_FILE := outdated-$(shell date +%y-%m-%d-%T).md
4444# -------------------------------------- #
4545
4646# -- Clojure Workflow ------------------ #
47- repl : rebel # # Start default REPL configuration
47+ repl : reloaded # # Start default REPL configuration
4848
4949rebel : # # Run Clojure REPL with rich terminal UI (Rebel Readline)
5050 $(info -- Run Rebel REPL ------------------------)
@@ -233,4 +233,3 @@ help: ## Describe available tasks in Makefile
233233 sort | \
234234 awk -F ' :.*?## ' ' NF==2 {printf "\033[36m %-$(HELP-DESCRIPTION-SPACING)s\033[0m %s\n", $$1, $$2}'
235235# -------------------------------------- #
236-
You can’t perform that action at this time.
0 commit comments