blob: 1f9aaeb199b8c5924b6250359f43b70fc9f3c813 (
plain)
1
2
3
4
5
6
7
|
;; Trim whitespaces on save.
(module config.window-picker {autoload {: util}})
(let [window-picker (util.load-plugin :window-picker)]
(window-picker.setup {:other_win_hl_color "#171717"
:fg_color "#E1E1E1"
:selection_chars :MNEIOARSTG}))
|