summary refs log tree commit diff
path: root/emacs/custom/my-settings.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* snippets: configure the default pathFranck Cuny2022-05-151-0/+2
|
* don't specify where to write Emacs filesFranck Cuny2022-04-291-6/+0
| | | | | We don't care, as long as these files are ignored in `.gitignore' it does not matter where we write them.
* ensure we store local files under var/Franck Cuny2022-04-271-0/+1
|
* my-settings: more of the sameFranck Cuny2022-04-271-9/+6
|
* remove the need for `use-package' in my-settings.elFranck Cuny2022-04-191-13/+15
|
* start to install packages without use-packageFranck Cuny2022-04-191-6/+3
| | | | | | | | | Define a list of packages in `init.el', and then use plain `require' in the various custom modules. The first two packages installed that way are: - notmuch - exec-path-from-shell
* emacs: where to save stateFranck Cuny2022-04-161-1/+6
|
* replace avy/counsel with vertico/consultFranck Cuny2022-04-141-0/+4
|
* mac: ensure exec-path-from-shell is installedFranck Cuny2022-03-251-0/+1
|
* settings: simplify server / exec-path-from-shellFranck Cuny2022-03-251-7/+7
|
* rename fcuny-settings to my-settingsFranck Cuny2022-03-231-0/+65