summaryrefslogtreecommitdiffstats
path: root/after/plugin/truezen.lua
blob: fb2702f2e34e2bf6e5e311208dd798b533de7e65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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,
      },
    }
  }
}