From f5464224e281a721f698e6e15343128d96cb6ba1 Mon Sep 17 00:00:00 2001 From: Joan MIlev <51526053+exorcist365@users.noreply.github.com> Date: Mon, 12 Apr 2021 20:14:19 +0300 Subject: [PATCH] X.A.EasyMotion: export proportional (#514) --- XMonad/Actions/EasyMotion.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/XMonad/Actions/EasyMotion.hs b/XMonad/Actions/EasyMotion.hs index 4f0dff3a..f1a7edbf 100644 --- a/XMonad/Actions/EasyMotion.hs +++ b/XMonad/Actions/EasyMotion.hs @@ -30,6 +30,7 @@ module XMonad.Actions.EasyMotion ( , fullSize , fixedSize , textSize + , proportional , bar ) where