summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-08-27 13:02:23 +0200
committerAlan Pearce2017-08-27 13:02:23 +0200
commitf29cc5a2d2e0aa5f4f7a6b42d051f45f18e48ce4 (patch)
tree9122d3f45c08829c828d15eef5f0b01c12dc8ac6 /emacs
parente20b7cda7a29f82cd462ccceaa559bdd3f86e365 (diff)
downloaddotfiles-f29cc5a2d2e0aa5f4f7a6b42d051f45f18e48ce4.tar.lz
dotfiles-f29cc5a2d2e0aa5f4f7a6b42d051f45f18e48ce4.tar.zst
dotfiles-f29cc5a2d2e0aa5f4f7a6b42d051f45f18e48ce4.zip
Emacs: Add desktop file
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.local/share/applications/emacsclient.desktop11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs/.local/share/applications/emacsclient.desktop b/emacs/.local/share/applications/emacsclient.desktop
new file mode 100644
index 0000000..e26359e
--- /dev/null
+++ b/emacs/.local/share/applications/emacsclient.desktop
@@ -0,0 +1,11 @@
+[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;