Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ want regex search slow things down).

You can also set a default value by:
``` elisp
;; By setq this default to `nil`, you'll have to explict set params to ":main yes" in each block
;; By setq this default to `nil`, you'll have to explicitly set params to ":main yes" in each block
(setq rustic-babel-auto-wrap-main nil)
```

Expand Down
2 changes: 1 addition & 1 deletion rustic-playground.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
:group 'rustic)

(defcustom rustic-playground-enable-shortener t
"Enable shortend URL for playground links."
"Enable shortened URL for playground links."
:type 'boolean
:safe #'booleanp
:group 'rustic)
Expand Down