Create README.org

This commit is contained in:
Andros Fenollosa 2025-02-28 11:06:46 +01:00 committed by GitHub
parent 8836bd0e14
commit a8a349bbdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
README.org Normal file
View File

@ -0,0 +1,22 @@
* Thankful Eyes Theme
Thankful Eyes es un tema oscuro para Emacs diseñado para ser amigable con la vista.
** Instalación
1. Manual:
- Coloca el archivo =thankful-eyes-theme.el= en tu directorio =~/.emacs.d/themes/=
- Añade lo siguiente a tu =init.el=:
#+begin_src emacs-lisp
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(load-theme 'thankful-eyes t)
#+end_src
2. MELPA (cuando se publique):
#+begin_src emacs-lisp
M-x package-install RET thankful-eyes-theme RET
(load-theme 'thankful-eyes t)
#+end_src
** Captura de pantalla
¡Pronto!