Skip to content

Commit

Permalink
- put default-advidors back in the API namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Oct 31, 2024
1 parent e88ecd3 commit 8d3a396
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [1-beta12] - 2024-10-31
- put `default-advidors` back in the API namespace

## [1-beta11] - 2024-10-27
- expanded the set of cases recognized as `:kind/emmy-viewers`

Expand Down
5 changes: 4 additions & 1 deletion src/scicloj/kindly_advice/v1/api.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
(:require [scicloj.kindly-advice.v1.advisors :as advisors]
[scicloj.kindly-advice.v1.completion :as completion]))

(def default-advisors
advisors/default-advisors)

(def *advisors
(atom advisors/default-advisors))
(atom default-advisors))

(defn advise
"Adds advice to a context such as `{:form [:div]}`.
Expand Down

0 comments on commit 8d3a396

Please sign in to comment.