Add emacs.desktop that uses emacsclient
This commit is contained in:
parent
91517ce42e
commit
2e5cc398b4
11
.local/share/applications/emacs.desktop
Executable file
11
.local/share/applications/emacs.desktop
Executable file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Emacsclient
|
||||
GenericName=Text Editor
|
||||
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 -n -a "" %F
|
||||
Icon=emacs
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=Development;TextEditor;
|
||||
#StartupWMClass=Emacs
|
Loading…
Reference in New Issue
Block a user