Skip to content

Commit

Permalink
remove geany as supported editor because it doesn't work as expected (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jul 8, 2023
1 parent d4a939c commit 3b13d34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ const editors: ILinuxExternalEditor[] = [
name: 'Notepadqq',
paths: ['/usr/bin/notepadqq'],
},
{
name: 'Geany',
paths: ['/usr/bin/geany'],
},
{
name: 'Mousepad',
paths: ['/usr/bin/mousepad'],
Expand Down

0 comments on commit 3b13d34

Please sign in to comment.