From 2e5cc398b4bc119ba53dbbbda87204969fce7f86 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 10 Mar 2018 22:45:26 -0500 Subject: [PATCH] Add emacs.desktop that uses emacsclient --- .local/share/applications/emacs.desktop | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .local/share/applications/emacs.desktop diff --git a/.local/share/applications/emacs.desktop b/.local/share/applications/emacs.desktop new file mode 100755 index 0000000..968c50e --- /dev/null +++ b/.local/share/applications/emacs.desktop @@ -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