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