From 2191498e6381927cc47a43330512a87e9ce01e36 Mon Sep 17 00:00:00 2001 From: josiah Date: Mon, 28 Mar 2022 15:24:37 -0500 Subject: [PATCH] Add emacsclient.desktop. --- .local/share/applications/emacsclient.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .local/share/applications/emacsclient.desktop diff --git a/.local/share/applications/emacsclient.desktop b/.local/share/applications/emacsclient.desktop new file mode 100644 index 0000000..6024208 --- /dev/null +++ b/.local/share/applications/emacsclient.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Emacs Client +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 %f +Icon=emacs +Type=Application +Terminal=false +Categories=Utility;TextEditor;