←back to thread

55 points rpastuszak | 1 comments | | HN request time: 0.529s | source
Show context
luqtas ◴[] No.42194851[source]
you can always install Emäcs and put this at your init.el file;

(menu-bar-mode -1)

(scroll-bar-mode -1)

(tool-bar-mode -1)

pronto, a solid decades old platform that is privacy oriented (whatever that means on text editors); runs flawlessly on Android too, has an easy sync with Syncthing (just add (global-auto-revert-mode) for real-time synchronization) to your computer/server; ALL shortcuts are customizable so you can set Copy/Paste/Cut to whatever is most ergonomic and crazy stuff like accessing your ibuffer with i-search mode for an easy navigation at your files that's keyboard-centric but you can use your mouse with its buttons doing whatever you want/set, just fine; org-mode...

it can even run on a, distraction free, terminal ^-^

replies(7): >>42196397 #>>42196408 #>>42197022 #>>42197100 #>>42198026 #>>42198104 #>>42199141 #
fyt2024 ◴[] No.42198026[source]
I would use emacs in a blink of an eye. It is such an incredible and powerful software. Unfortunately it lacks a decent editor.
replies(1): >>42198687 #
1. ashton314 ◴[] No.42198687[source]
Alt-x package-install RET evil RET Alt-x evil-mode RET

Har har, and I'm sure you know about that. What's neat though is that snippet should work in plain stock vanilla Emacs—no need to setup package sources! Emacs 29 has gotten some much-needed improvements.