Skip to content

Commit 9c435e9

Browse files
Update setup.ps1
1 parent ab6ba0c commit 9c435e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

current/setup.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,6 @@ public class PInvoke {
12871287
Write-Output "2. Install neovim"
12881288
Write-Output "3. Install micro"
12891289
Write-Output "4. Install nano"
1290-
Write-Output "5. Install emacs - not done"
12911290
# Prompt user for input
12921291
$TEdit = Read-Host "`nInput the number of an option from the list above, or leave blank to exit"
12931292
switch ($TEdit) {
@@ -1383,9 +1382,6 @@ public class PInvoke {
13831382
Write-Output "`nDone!"
13841383
}
13851384
}
1386-
5 { # emacs
1387-
Write-Output "Sorry, not yet"
1388-
}
13891385
}
13901386
}
13911387
}

0 commit comments

Comments
 (0)