emacs-oob-reboot
emacs-oob-reboot copied to clipboard
A project to revitalize Emacs by providing core-friendly changes for an improved out-of-the-box experience
Dear Dan, This seems better to me: ;; Nuke all trailing whitespaces in the buffer. (add-hook 'before-save-hook #'(lambda () ; Except for ... (let ((buffer-undo-list buffer-undo-list)) ; For goto-chg. (unless...
This is currently being done in https://github.com/josteink/emacs-oob-reboot/blob/master/lisp/basic-configuration-changes.el `yes-or-no-p` exists so that destructive actions can be protected by something more than a single `y` key press. I'm aware that some people...
This issue is to track patches submitted to emacs-devel, their status, and possible a link to the mailing-list for easier external tracking.
move-text is really handy, it allows like in org-mode to move a line or a region with M-up and M-down (which are not bound by default). I asked here about...
I found the wording of the README to be too loose, there were a few typos and headings were not title cased. I've made various amendments to reduce verbosity and...
In my view, the actual contents (and labelling) of menus could be improved. OOB they need to be as intuitive as possible, especially because it is precisely the less experienced...
Hi, Great idea ! My concern is that configuring Emacs is not much trivial, and customization group is everything but friendly to use (I've been using Emacs for years as...
Hello again, I wrote about this project on the french linuxfr: https://linuxfr.org/users/dzecniv/journaux/participer-a-l-amelioration-de-l-experience-utilisateur-d-emacs-c-est-facile and I believe (I'm sure ! :) ) you're interested by the feedback. ## Which-key is great An...
There's a discussion about enabling ivy globally (#20). My proposal (PR attached) is to at least enable `counsel-M-x`, the ivy version of `M-x` (with a fallback to `C-c M-x`). But...