emacs-client.desktop 571 B

123456789101112131415
  1. #!/usr/bin/env xdg-open
  2. [Desktop Entry]
  3. Version=1.0
  4. Name=GNU Emacs (Client)
  5. GenericName=Text Editor
  6. Comment=GNU Emacs is an extensible, customizable text editor - and more
  7. 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++;
  8. TryExec=/usr/bin/emacsclient
  9. Exec=/usr/bin/emacsclient -c %F
  10. Icon=emacs25
  11. Type=Application
  12. Terminal=false
  13. Categories=Utility;Development;TextEditor;
  14. StartupWMClass=Emacs
  15. Keywords=Text;Editor;