ENH going back to firefox

This commit is contained in:
Nathan Dwarshuis 2020-04-20 13:54:49 -04:00
parent e47e4fb7e6
commit 0374b8768c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ runCalc :: X ()
runCalc = spawnCmd myTerm ["-e", "R"] runCalc = spawnCmd myTerm ["-e", "R"]
runBrowser :: X () runBrowser :: X ()
runBrowser = spawn "brave" runBrowser = spawn "firefox"
runEditor :: X () runEditor :: X ()
runEditor = spawnCmd "emacsclient" runEditor = spawnCmd "emacsclient"