summary refs log tree commit diff
path: root/emacs/custom/my-settings.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): run `exec-path-from-shell' when we're on a macFranck Cuny2022-06-031-4/+4
| | | | | | | | | | | | | Don't add `exec-path-from-shell' to the hook `emacs-startup-hook' has it's executed after `init.el' has been loaded. We need to run this when we're at this stage while processing all the init files, so that we configure correctly the path. For example, before this change, `aspell' was not used as the spell checker on mac before we were setting it to nil (the path was not set properly when we were initializing ispell through flyspell). Change-Id: I37d3e8d1c08b50966f1fe0df2579c06e37830e9a
* fix(yasnippet): add my snippets to default path and enable yas modeFranck Cuny2022-06-011-1/+8
| | | | | | | | | | | | The way I was setting the path for yasnippets was incorrect: the variable `yas-snippets-dir' is expectnig a list of path, not a regular path. I also need to enable yas globally in order to insert them. Change-Id: I437d6fcd8a976d1f42a13707008436dc15547d56 Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/203 Reviewed-by: Franck Cuny <franck@fcuny.net>
* yas: change the default keybindingFranck Cuny2022-05-191-1/+5
|
* 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