diff options
author | Alan Pearce | 2019-10-04 16:14:13 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-04 16:31:27 +0200 |
commit | 5d859b419e1e1a850cd160e05d98bda3fd9883ea (patch) | |
tree | db18b88172fe344dcb84e07d158c2d7c61f6005a /user/emacs/.local/share | |
parent | a6008a0432b90faa49ffaa76267d3af98adac54a (diff) | |
download | nixfiles-5d859b419e1e1a850cd160e05d98bda3fd9883ea.tar.lz nixfiles-5d859b419e1e1a850cd160e05d98bda3fd9883ea.tar.zst nixfiles-5d859b419e1e1a850cd160e05d98bda3fd9883ea.zip |
Move Emacs to user configuration
Diffstat (limited to 'user/emacs/.local/share')
-rwxr-xr-x | user/emacs/.local/share/applications/emacsclient.desktop | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/user/emacs/.local/share/applications/emacsclient.desktop b/user/emacs/.local/share/applications/emacsclient.desktop deleted file mode 100755 index 7cf42241..00000000 --- a/user/emacs/.local/share/applications/emacsclient.desktop +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env xdg-open -[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; |