mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 04:22:50 -05:00
Add emacs .desktop
This commit is contained in:
parent
3d5f6e089c
commit
e03c70a6d8
12
lain/.local/share/applications/emacs.desktop
Normal file
12
lain/.local/share/applications/emacs.desktop
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Emacs
|
||||||
|
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 -nc %F
|
||||||
|
Icon=emacs
|
||||||
|
Type=Application
|
||||||
|
Terminal=false
|
||||||
|
Categories=Development;TextEditor;
|
||||||
|
StartupWMClass=Emacs
|
||||||
|
Keywords=Text;Editor;
|
@ -25,6 +25,7 @@ Editors:
|
|||||||
config:
|
config:
|
||||||
- .emacs.d/config.org
|
- .emacs.d/config.org
|
||||||
- .emacs.d/init.el
|
- .emacs.d/init.el
|
||||||
|
- .local/share/applications/emacs.desktop
|
||||||
- neovim
|
- neovim
|
||||||
|
|
||||||
Window Manager:
|
Window Manager:
|
||||||
|
Loading…
Reference in New Issue
Block a user