Skip to content

Commit

Permalink
Update setup.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
starchyunderscore authored Oct 16, 2023
1 parent ab6ba0c commit 9c435e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions current/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,6 @@ public class PInvoke {
Write-Output "2. Install neovim"
Write-Output "3. Install micro"
Write-Output "4. Install nano"
Write-Output "5. Install emacs - not done"
# Prompt user for input
$TEdit = Read-Host "`nInput the number of an option from the list above, or leave blank to exit"
switch ($TEdit) {
Expand Down Expand Up @@ -1383,9 +1382,6 @@ public class PInvoke {
Write-Output "`nDone!"
}
}
5 { # emacs
Write-Output "Sorry, not yet"
}
}
}
}
Expand Down

0 comments on commit 9c435e9

Please sign in to comment.