Customized fork of github.com/rxi/lite
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at f00d5d55df4488d3c23e7cda478d207a561eba4a 13 lines 331 B view raw
1-- put user settings here 2-- this module will be loaded after everything else when the application starts 3 4local keymap = require "core.keymap" 5local config = require "core.config" 6local style = require "core.style" 7 8-- light theme: 9-- require "user.colors.summer" 10 11-- key binding: 12-- keymap.add { ["ctrl+escape"] = "core:quit" } 13