diff --git a/current/setup.ps1 b/current/setup.ps1 index 48c52c0..fe63245 100644 --- a/current/setup.ps1 +++ b/current/setup.ps1 @@ -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) { @@ -1383,9 +1382,6 @@ public class PInvoke { Write-Output "`nDone!" } } - 5 { # emacs - Write-Output "Sorry, not yet" - } } } }