Emacs Tips

Tips for lovers of Emacs - Tips para los amantes de Emacs

emacs
editor
unix
Elisp
Lisp
programming
org mode
writing
2025-06-12

¿A veces os pasa que queréis escapar algún símbolo y o no os termina de funcionar o queréis que se escape en todo el documento?

Pues poner esto arriba del todo, debajo del título por ejemplo:

#+OPTIONS: ^:{}

y escaparás el símbolo ^ y _

Si por el contrario necesitáis escapar el * pues escribrís:

#+OPTIONS:*:nil

Más opciones aquí:

orgmode.org/manual/Export-Sett

2025-01-09

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

Any terminal but in this case, the representation of Eshell, the shell of Emacs.
2025-01-09

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

una terminal cualquiera pero aquí representando a Eshell, la shell de Emacs
Emacs Tips boosted:
2025-01-09

@emacstips gracias por el Tip !

lo que... no hace pensar, en usar 'eshell' para hacer simples calculos usando elegante #Elisp ( #Emacs + #lisp power )

$ calc-eval (+ 1 2)

😆

via masteringemacs.org/article/com

Emacs Tips boosted:
2025-01-09

Estamos muy, muy agradecidas por la bienvenida que nos estáis brindando al fediverso. Gracias, de verdad.

También nos gustaría que tuvieseis en cuenta que este es un cambio más profundo que el mero trasvase de X a Bluesky. Aquí, las dinámicas y la forma de estar son diferentes, y es imposible para nosotras apostarlo todo a algo tan desconocido para buena parte del equipo. Tenednos paciencia, porfa.

Lo vamos a intentar, pero entended necesitamos el asidero de Bluesky.
mastodon.world/@ctxt/113788651

2024-12-30

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

Quick calc
2024-12-30

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
codelearn.me/2024/12/22/emacs-

Emacs quick calculator
2024-12-28

From Emacs Tips, We wish you a merry christmas and a new year that will hopefully have more tips.

A Christhmas Tree in text mode
2023-01-22

#sunday_of_Emacs Put your Emacs configuration with a screenshot. This is my first.

2022-11-13

This page allows you to quickly and easily create an "init.el" configuration file for Emacs. Once created copy it into the .emacs.d/ folder and if you have any previous .emacs file either delete it or rename it.

emacs.amodernist.com/

2022-11-13

Esta página te permite de forma rápida y fácil crear un fichero de configuración "init.el" para Emacs. Una vez creado cópialo dentro de la carpeta .emacs.d/ y si tienes algún fichero anterior .emacs o lo borras o lo renombras.

emacs.amodernist.com/

Emacs Tips boosted:
Andros Fenollosaandros@hostux.social
2022-11-02

Que poquito hace falta para usar #emacs como reproductor de música 🎶 .
Os dejo mi configuración. De momento lo estoy usando para trabajar y sin problemas 👍 .

2022-11-02

If you want to open the Emacs configuration file without knowing the path do the following:

Alt-x: eval-expresion - intro
Eval: (find-file user-init-file) - intro

And ready.

2022-10-30

Si quieres abrir el fichero de configuración de Emacs sin saber la ruta haz lo siguiente:

Alt-x: eval-expresion - intro
Eval: (find-file user-init-file) - intro.

Y listo.

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst