summaryrefslogtreecommitdiffstats
path: root/after/plugin/truezen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/truezen.lua')
-rw-r--r--after/plugin/truezen.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/after/plugin/truezen.lua b/after/plugin/truezen.lua
new file mode 100644
index 0000000..fb2702f
--- /dev/null
+++ b/after/plugin/truezen.lua
@@ -0,0 +1,14 @@
+local status_ok, truezen = pcall(require, "true-zen")
+if not status_ok then
+ return
+end
+
+truezen.setup {
+ modes = {
+ ataraxis = {
+ minimum_writing_area = {
+ width = 85,
+ },
+ }
+ }
+}