From e13393cd8266569e46f1c7a682b31e0bce250e17 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Mon, 26 Apr 2021 01:11:32 +0000 Subject: [PATCH] added emacsclient.desktop --- aspell/.aspell.en.pws | 3 ++- emacs/.local/share/applications/emacsclient.desktop | 11 +++++++++++ emacs/.emacs.d | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/aspell/.aspell.en.pws b/aspell/.aspell.en.pws index 045ed92..17662e4 100644 --- a/aspell/.aspell.en.pws +++ b/aspell/.aspell.en.pws @@ -1,4 +1,4 @@ -personal_ws-1.1 en 40 +personal_ws-1.1 en 41 Adapter DNS FPGA @@ -15,6 +15,7 @@ config diagonalizable dotfiles +electromechanical fortifiable impedances inductor diff --git a/emacs/.emacs.d b/emacs/.emacs.d index 27d33bc..af0806f 160000 --- a/emacs/.emacs.d +++ b/emacs/.emacs.d @@ -1 +1 @@ -Subproject commit 27d33bcdb6196199cee3334a9e8e440b5f3ed996 +Subproject commit af0806f06cc98353b09254da5c023e9b321f3997 diff --git a/emacs/.local/share/applications/emacsclient.desktop b/emacs/.local/share/applications/emacsclient.desktop new file mode 100644 index 0000000..63223f9 --- /dev/null +++ b/emacs/.local/share/applications/emacsclient.desktop @@ -0,0 +1,11 @@ +[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 -a "emacs" %F +Icon=emacs +Type=Application +Terminal=false +Categories=Development;TextEditor;Utility; +StartupWMClass=Emacs -- Gitblit v1.9.3