ENH go back to using brave again :)

This commit is contained in:
Nathan Dwarshuis 2021-03-15 16:55:03 -04:00
parent b55c356411
commit e98153933f
1 changed files with 1 additions and 1 deletions

View File

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