87 Followers
0 Following
15 Posts
Tips for lovers of Emacs - Tips para los amantes de Emacs
emacseditor
unixElisp
Lispprogramming
org modewriting

You all know that #Eshell is a marvel. We will talk more about it but a very interesting tip to start with is how to clear the screen like in sh.
If we type “clear”, the cursor will go to the center and as soon as we type it will go to the bottom.

It can be uncomfortable.

If we type “clear 1” instead, the cursor will go to the top and it will write there, just like in any shell, such as bash, zsh, fish, etc.

An alias helps a lot:
- alias clear clear 1

Greetings

Todos sabéis que #Eshell es una maravilla. Hablaremos más de él pero un tips muy interesante para empezar es como limpiar la pantalla a lo "clear" en sh.
Si escribimos "clear", el cursor irá al centro y en cuanto escribamos irá abajo del todo.

Puede ser incómodo.

Si encambio escribimos "clear 1" el cursor irá arriba del todo y escribirá ahí, igual que en cualquier shell, como bash, zsh, fish, etc.

Un alias ayuda mucho:
- alias clear clear 1

Saludos

Although there is a powerful calculator in Emacs sometimes we want to make quick and easy calculations and the results are saved for later use. It is called Quick-calculator #emacs @sacha
Aunque hay una potente calculadora en Emacs a veces queremos hacer cálculos rápidos y fáciles, ademas los resultados se guardan para ser usados después. Se llama Quick-calculator #emacs @hispaemacs
https://codelearn.me/2024/12/22/emacs-quick-calc.html
Emacs: quick-calc

Quick calculator in Emacs

From Emacs Tips, We wish you a merry christmas and a new year that will hopefully have more tips.
#sunday_of_Emacs Put your Emacs configuration with a screenshot. This is my first.