| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-06-03 | fix(settings): run `exec-path-from-shell' when we're on a mac | Franck Cuny | 1 | -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 | |||||
| 2022-06-01 | fix(yasnippet): add my snippets to default path and enable yas mode | Franck Cuny | 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> | |||||
| 2022-05-19 | yas: change the default keybinding | Franck Cuny | 1 | -1/+5 | |
| 2022-05-15 | snippets: configure the default path | Franck Cuny | 1 | -0/+2 | |
| 2022-04-29 | don't specify where to write Emacs files | Franck Cuny | 1 | -6/+0 | |
| We don't care, as long as these files are ignored in `.gitignore' it does not matter where we write them. | |||||
| 2022-04-27 | ensure we store local files under var/ | Franck Cuny | 1 | -0/+1 | |
| 2022-04-27 | my-settings: more of the same | Franck Cuny | 1 | -9/+6 | |
| 2022-04-19 | remove the need for `use-package' in my-settings.el | Franck Cuny | 1 | -13/+15 | |
| 2022-04-19 | start to install packages without use-package | Franck Cuny | 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 | |||||
| 2022-04-16 | emacs: where to save state | Franck Cuny | 1 | -1/+6 | |
| 2022-04-14 | replace avy/counsel with vertico/consult | Franck Cuny | 1 | -0/+4 | |
| 2022-03-25 | mac: ensure exec-path-from-shell is installed | Franck Cuny | 1 | -0/+1 | |
| 2022-03-25 | settings: simplify server / exec-path-from-shell | Franck Cuny | 1 | -7/+7 | |
| 2022-03-23 | rename fcuny-settings to my-settings | Franck Cuny | 1 | -3/+3 | |
| 2022-03-23 | settings: don't pull fcuny-vars anymore | Franck Cuny | 1 | -3/+7 | |
| This library is going away. Also update the docs. | |||||
| 2022-03-21 | settings: make it work with flymake | Franck Cuny | 1 | -5/+10 | |
| 2022-01-29 | emacs: a more visible cursor | Franck Cuny | 1 | -1/+1 | |
| 2022-01-14 | emacs: simplify git/magit configuration | Franck Cuny | 1 | -1/+0 | |
| I don't have to deal with magit anymore, so I can drop all the stuff that removed the VC stuff. | |||||
| 2021-01-04 | emacs: log when the GC kicks in | Franck Cuny | 1 | -0/+1 | |
| 2021-01-04 | emacs: rename the directory | Franck Cuny | 1 | -0/+0 | |
| 2020-03-15 | emacs: consolidate basic configuration | Franck Cuny | 1 | -1/+16 | |
| The configuration for the module `midnight`, `emacs-server` and `exec-path-from-shall` is moved to the package containing a bunch of misc. settings. | |||||
| 2020-03-15 | emacs: ensure a few more things are utf8 | Franck Cuny | 1 | -0/+2 | |
| 2019-04-18 | [emacs] set my identity. | Franck Cuny | 1 | -0/+3 | |
| 2019-02-16 | [emacs] Split configuration in multiple files. | Franck Cuny | 1 | -0/+36 | |
| This is actually an easier thing to maintain. | |||||
