Join Nostr
2025-03-08 17:24:26 UTC

Rivane Rasetiansyah on Nostr: I really think this is the crucial point if you're going all-in on #Emacs to get used ...

I really think this is the crucial point if you're going all-in on #Emacs to get used to it. Using a mouse kinda feels like a violation.
```
;; Prevent mouse usage.
(require 'disable-mouse)
(global-disable-mouse-mode)
```