Export modifyProject

This commit is contained in:
Zubin Duggal 2020-12-19 16:37:30 +05:30
parent 35e794b1b2
commit c66345467e
No known key found for this signature in database
GPG Key ID: 7CCFC277A14C97A7
2 changed files with 4 additions and 1 deletions

View File

@ -129,9 +129,11 @@
* `XMonad.Actions.DynamicProjects`
The `changeProjectDirPrompt` function respects the `complCaseSensitivity` field
- The `changeProjectDirPrompt` function respects the `complCaseSensitivity` field
of `XPConfig` when performing directory completion.
- `modifyProject` is now exported.
* `XMonad.Layout.WorkspaceDir`
- The `changeDir` function respects the `complCaseSensitivity` field of `XPConfig`

View File

@ -39,6 +39,7 @@ module XMonad.Actions.DynamicProjects
, lookupProject
, currentProject
, activateProject
, modifyProject
) where
--------------------------------------------------------------------------------