diff options
author | azahi <azahi@teknik.io> | 2018-08-16 17:12:34 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-08-16 17:12:34 +0300 |
commit | a9ff90233d9376a466f0788117fe86ccf7596e59 (patch) | |
tree | ddafe38c5b6cfb1e26833d015de2c56e7068b423 /src/XMonad/Custom/Projects.hs | |
parent | Minor fixes and code refactoring (diff) |
Release 0.2.1.1
Diffstat (limited to 'src/XMonad/Custom/Projects.hs')
-rw-r--r-- | src/XMonad/Custom/Projects.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Custom/Projects.hs b/src/XMonad/Custom/Projects.hs index 44370aa..b4b47b5 100644 --- a/src/XMonad/Custom/Projects.hs +++ b/src/XMonad/Custom/Projects.hs @@ -27,7 +27,7 @@ projects = , Project { projectName = "Emacs" , projectDirectory = "~/" - , projectStartHook = Just $ spawnOn "Emacs" "/usr/bin/emacsclient" + , projectStartHook = Just $ spawnOn "Emacs" "emacsclient" } , Project { projectName = "WWW" |