summaryrefslogtreecommitdiff
path: root/fnl/config/window-picker.fnl
blob: 51d7fb46fc474df9ee3e56af2c55a13f8f2907cf (plain)
1
2
3
4
5
6
7
;; Trim whitespaces on save.
(module config.window-picker {autoload {util util}})

(let [window-picker (util.load-plugin :window-picker)]
  (window-picker.setup {:other_win_hl_color "#171717"
                        :fg_color "#E1E1E1"
                        :selection_chars :MNEIOARSTG}))