aboutsummaryrefslogtreecommitdiff
path: root/data/user/init.lua
blob: 2839fe111a458cfb25e694c49e8df221e2d9f548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-- put user settings here
-- this module will be loaded after everything else when the application starts

local keymap = require "core.keymap"
local config = require "core.config"
local style = require "core.style"

-- light theme:
-- require "user.colors.summer"

-- key binding:
-- keymap.add { ["ctrl+escape"] = "core:quit" }