mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
feat(emacs): added .desktop file for doom emacs
This commit is contained in:
parent
f3836b9423
commit
f3523a5957
12
emacs/.local/share/applications/demacs.desktop
Normal file
12
emacs/.local/share/applications/demacs.desktop
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Demacs
|
||||||
|
GenericName=Doom Emacs
|
||||||
|
Comment=Chemacs started with Doom Emacs profile
|
||||||
|
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=emacs --with-profile doom %F
|
||||||
|
Icon=emacs
|
||||||
|
Type=Application
|
||||||
|
Terminal=false
|
||||||
|
Categories=Development;TextEditor;
|
||||||
|
StartupWMClass=Emacs
|
||||||
|
Keywords=Text;Editor;
|
Loading…
Reference in New Issue
Block a user