Skip to content

Commit bdd36e3

Browse files
committed
fix: source
1 parent 79d3029 commit bdd36e3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Repository/malys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ uri: https://github.com/malys/silverbullet-libraries/blob/main/src/VSCodePalette
9999
website: https://github.com/malys/silverbullet-libraries/blob/main/src/VSCodePalette.md
100100
description: "universal palette (as VScode Palette), use '>' to execute commands"
101101
---
102-
```
102+
```

src/GitHistory.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ local function log(...)
9292
end
9393
end
9494
95-
local source = config.get("history.source")
96-
if source == nil then
97-
editor.flashNotification("'marp.source' configuration not set", "error")
98-
end
99-
10095
local current_panel_id = "rhs"
10196
local is_panel_visible = false
10297

0 commit comments

Comments
 (0)