We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6ba0c commit 9c435e9Copy full SHA for 9c435e9
current/setup.ps1
@@ -1287,7 +1287,6 @@ public class PInvoke {
1287
Write-Output "2. Install neovim"
1288
Write-Output "3. Install micro"
1289
Write-Output "4. Install nano"
1290
- Write-Output "5. Install emacs - not done"
1291
# Prompt user for input
1292
$TEdit = Read-Host "`nInput the number of an option from the list above, or leave blank to exit"
1293
switch ($TEdit) {
@@ -1383,9 +1382,6 @@ public class PInvoke {
1383
1382
Write-Output "`nDone!"
1384
}
1385
1386
- 5 { # emacs
1387
- Write-Output "Sorry, not yet"
1388
- }
1389
1390
1391
0 commit comments