diff options
Diffstat (limited to 'user/emacs/.local/share/applications')
-rwxr-xr-x | user/emacs/.local/share/applications/emacsclient.desktop | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/emacs/.local/share/applications/emacsclient.desktop b/user/emacs/.local/share/applications/emacsclient.desktop new file mode 100755 index 00000000..7cf42241 --- /dev/null +++ b/user/emacs/.local/share/applications/emacsclient.desktop @@ -0,0 +1,12 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Name=Emacsclient +Comment=Edit text +MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; +Exec=emacsclient -c %F -a "" +Icon=emacs +Type=Application +Terminal=false +Categories=Development;TextEditor; +StartupWMClass=Emacs +Keywords=Text;Editor; |