Publicado otro video de mi configuración de Emacs, con la configuración de Embark
Esta vez me ha quedado corto, para variar.
https://video.hardlimit.com/w/p/484ZnDn4ktDFDsh7LiSbJt
#emacs #emacs29 #embark
I’m sure you know about M-x, but do you know about M-X? If not - check out https://emacsredux.com/blog/2024/02/29/run-buffer-specific-commands-with-m-x/
No Emacs keybinding is more iconic than M-x (execute-extented-command) - it allows you to run any Emacs command from the minibuffer and it sounds a lot like Emacs!1 It doesn’t get better than this… or does it? Emacs 29 introduced a new keybinding that’s aiming to give M-x a run for its money - namely M-X (execute-extended-command-for-buffer). It’s described like this: Query user for a command relevant for the current mode, and then execute it. This is like ‘execute-extended-command’, but it limits the completions to commands that are particularly relevant to the current buffer. This includes commands that have been marked as being specially designed for the current major mode (and enabled minor modes), as well as commands bound in the active local key maps. So, it basically narrows the list of commands that you can execute to those that make the most sense in the context of the current buffer (mostly commands coming from the current major mode and enabled minor modes). I can easily see it becoming more useful than M-x when exploring some functionality that you’re not familiar with, as the results you’d get are narrower and you’d be more likely to find what you’re looking for. That’s all I have for you today. On February 29th we covered a small new feature in Emacs 29. That makes me feel good! Keep hacking! Try pronouncing M-x out loud. ↩
Is there a list of emacs packages that use treesitter somewhere ? I used to depend heavily on ts-fold.el but it has stopped working with the native treesitter implementation in emacs 29.
What an amazing leap in tooling treesitter is !
Just noticed that bookworm-backports now offers emacs 29 - tempting me to switch the base emacs version for emacs-groundup.
Any advice, warnings or possible breaking changes for 28 bumping to 29 ?
#foss #emacs #EmacsGroundup #debian #debian12 #DebianBookworm #DebianBackports #emacs29