summary refs log tree commit diff
path: root/emacs/init.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emacs: start a shell when configuration is loadedFranck Cuny2021-10-181-0/+4
| | | | | Once the initialization of our configuration is done, we start a shell session with `eshell'.
* emacs: set variable only if it existsFranck Cuny2021-09-291-1/+2
| | | | | | The emacs version on arch does not yet have support for native code compilation, so I need to check that the variable exists before using it.
* emacs: set the path where to store compiled filesFranck Cuny2021-09-241-0/+3
| | | | | Emacs 28 has support for native compilation which speeds up a number of packages. This change set the path where we want to store the files.
* emacs: initial configuration for notmuchFranck Cuny2021-09-211-0/+1
|
* emacs: initial configuration for trampFranck Cuny2021-02-121-0/+1
|
* emacs: rename the directoryFranck Cuny2021-01-041-0/+41