blob: 268e9525e87ad62bbdba6ca9f8071356167b8aa6 (
plain)
1
2
3
4
5
6
7
8
|
;; Trim whitespaces on save.
(module config.window-picker {autoload {:util :config.util}})
(def- opts {:other_win_hl_color "#171717"
:fg_color "#E1E1E1"
:selection_chars :MNEIOARSTG})
(util.setup :window-picker opts)
|