Add option to show full block body in ref

This commit is contained in:
Sergio Miguéns Iglesias
2022-12-26 01:22:03 +01:00
committed by Junyi Du
parent 77e63f6461
commit e58e545248
7 changed files with 23 additions and 1 deletions

View File

@@ -670,6 +670,10 @@ Similar to re-frame subscriptions"
[]
(:editor/logical-outdenting? (sub-config)))
(defn show-full-blocks?
[]
(:ui/show-full-blocks? (sub-config)))
(defn preferred-pasting-file?
[]
(:editor/preferred-pasting-file? (sub-config)))