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

Configure Feed

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

at 7fbefe40d527e3aa38e04ae084927a275d80fae0 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