summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/dial.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-04-07 01:00:42 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-04-07 01:00:42 +0200
commite3606e6bb99e0edc0dd6b961ac43a5c2307fb782 (patch)
treec8aeff2e6b7ae39d31ba3810b475c912f5d3d52f /fnl/plugins/editor/dial.fnl
parent7777c19183c98d4e78e71d72ff782c2c35f770ad (diff)
Updates
Diffstat (limited to 'fnl/plugins/editor/dial.fnl')
-rw-r--r--fnl/plugins/editor/dial.fnl11
1 files changed, 5 insertions, 6 deletions
diff --git a/fnl/plugins/editor/dial.fnl b/fnl/plugins/editor/dial.fnl
index 319f7a7..7a888eb 100644
--- a/fnl/plugins/editor/dial.fnl
+++ b/fnl/plugins/editor/dial.fnl
@@ -16,11 +16,10 @@
(fn config []
(let [cfg (require :dial.config)
augend (require :dial.augend)]
- (cfg.augends:register_group
- {:default [augend.integer.alias.decimal
- augend.integer.alias.hex
- (. augend.date.alias "%Y-%m-%d")
- augend.constant.alias.bool
- augend.semver.alias.semver]})))
+ (cfg.augends:register_group {:default [augend.integer.alias.decimal
+ augend.integer.alias.hex
+ (. augend.date.alias "%Y-%m-%d")
+ augend.constant.alias.bool
+ augend.semver.alias.semver]})))
{1 :monaqa/dial.nvim : keys : config}