Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(yasnippet): add my snippets to default path and enable yas mode | Franck Cuny | 2022-06-01 | 1 | -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 keybinding | Franck Cuny | 2022-05-19 | 1 | -1/+5 |
| | |||||
* | snippets: configure the default path | Franck Cuny | 2022-05-15 | 1 | -0/+2 |
| | |||||
* | don't specify where to write Emacs files | Franck Cuny | 2022-04-29 | 1 | -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 Cuny | 2022-04-27 | 1 | -0/+1 |
| | |||||
* | my-settings: more of the same | Franck Cuny | 2022-04-27 | 1 | -9/+6 |
| | |||||
* | remove the need for `use-package' in my-settings.el | Franck Cuny | 2022-04-19 | 1 | -13/+15 |
| | |||||
* | start to install packages without use-package | Franck Cuny | 2022-04-19 | 1 | -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 state | Franck Cuny | 2022-04-16 | 1 | -1/+6 |
| | |||||
* | replace avy/counsel with vertico/consult | Franck Cuny | 2022-04-14 | 1 | -0/+4 |
| | |||||
* | mac: ensure exec-path-from-shell is installed | Franck Cuny | 2022-03-25 | 1 | -0/+1 |
| | |||||
* | settings: simplify server / exec-path-from-shell | Franck Cuny | 2022-03-25 | 1 | -7/+7 |
| | |||||
* | rename fcuny-settings to my-settings | Franck Cuny | 2022-03-23 | 1 | -0/+65 |