this post was submitted on 05 Apr 2025
24 points (100.0% liked)

Emacs

2518 readers
1 users here now

Our infinitely powerful editor.

founded 5 years ago
MODERATORS
 

Got this one from ddg images but I think it was posted on reddit by someone.

Save the image to:
/.local/share/icons/

Save the modified .desktop file to:
/.local/share/applications/

This is mine, including the execution command modifier to make the window frame adwaita dark for gnome:

[Desktop Entry]
Name=DOOM 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=bash -c 'GTK_THEME=Adwaita:dark emacs'
Icon=doom-emacs.png
Type=Application
Terminal=false
Categories=Development;TextEditor;
StartupNotify=true
StartupWMClass=Emacs

and one I made for the Terminator terminal

you are viewing a single comment's thread
view the rest of the comments
[–] mina86@lemmy.wtf 3 points 1 month ago (4 children)

Why is 0th step of learning Emacs, learning Vim? The whole premiss that you need to know Vim or you’re unable to work on other people’s computers is ludicrous. Nano is perfectly capable editor for the times I need to use computers without Emacs.

[–] crmsnbleyd@sopuli.xyz 2 points 1 month ago

micro is also nice, plus it's statically linked so you can just pop it into any directory without having root

load more comments (3 replies)