- Loads the newer of this two files: =myconfig.org= and =myconfig.el=. In other words, if there are no new changes in =myconfig.org= it loads =myconfig.el= (it's faster)
- Loads the newer of this two files: =myconfig.org= and =myconfig.el=. In other words, if there are no new changes in =myconfig.org= it loads =myconfig.el= (it's faster)
* use-package tips
* use-package tips
Some notes about *use-package*
Some notes about [[https://github.com/jwiegley/use-package][use-package]]
- *:ensure* if true will install the package if not installed
- *:ensure* if true will install the package if not installed
It won't update packages. See auto-package-update for keeping all
It won't update packages. See auto-package-update for keeping all
packages up to date
packages up to date
@ -32,10 +32,11 @@ This file:
occurs
occurs
- *:custom* permite configurar variables con syntaxis simplificada
- *:custom* permite configurar variables con syntaxis simplificada
- *:bind*
- *:bind*
- *bind-keymap*
- *:bind-keymap*
- *:commands*
- *:mode* and *:interpreter*
- *:mode* and *:interpreter*
- *:magic*
- *:magic*
- *:hook*
- *:hook* You can define hooks
- *:if*
- *:if*
- *:defer* En general use-package intenta aplicar lazy loading, pero
- *:defer* En general use-package intenta aplicar lazy loading, pero
en algún paquete es necesario especificarlo explicitamente
en algún paquete es necesario especificarlo explicitamente