Removing unneeded variable.

This commit is contained in:
Derek Taylor
2022-03-08 18:58:46 -06:00
parent a4b07dde5d
commit 16334aa893
2 changed files with 0 additions and 6 deletions

View File

@@ -143,9 +143,6 @@ myEditor :: String
myEditor = "emacsclient -c -a 'emacs' " -- Sets emacs as editor
-- myEditor = myTerminal ++ " -e vim " -- Sets vim as editor
myRunCommand :: String
myRunCommand = "dmenu_run -l 20 -g 3 -X 0 -Y 0 -W 680 -p 'Run: '"
myBorderWidth :: Dimension
myBorderWidth = 2 -- Sets border width for windows

View File

@@ -99,9 +99,6 @@ myEditor :: String
myEditor = "emacsclient -c -a 'emacs' " -- Sets emacs as editor
-- myEditor = myTerminal ++ " -e vim " -- Sets vim as editor
myRunCommand :: String
myRunCommand = "dmenu_run -l 20 -g 3 -X 0 -Y 0 -W 680 -p 'Run: '"
myBorderWidth :: Dimension
myBorderWidth = 2 -- Sets border width for windows