summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/easyread.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/easyread.fnl')
-rw-r--r--fnl/plugins/editor/easyread.fnl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fnl/plugins/editor/easyread.fnl b/fnl/plugins/editor/easyread.fnl
index c456726..2652203 100644
--- a/fnl/plugins/editor/easyread.fnl
+++ b/fnl/plugins/editor/easyread.fnl
@@ -1,5 +1,5 @@
;; Bionic like reading.
-{1 :JellyApple102/easyread.nvim
- :keys [{1 "<leader>," 2 :<cmd>EasyreadToggle<cr> :desc :Easyread}]
- :config true}
+(local keys [{1 "<leader>," 2 :<cmd>EasyreadToggle<cr> :desc :Easyread}])
+
+{1 :JellyApple102/easyread.nvim : keys :config true}