blob: 76a11f5d5da073579cc156cf50973a65392f687b (
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)
|