| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I201e804aeee3d579350b9efcf2680595ae8cf047
|
|
|
|
|
|
| |
Get LSP to work with cape and corfu for the completion.
Change-Id: Id8f01b1dee77957ff5ba27ed471707b7b9c7dc93
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
| |
We don't care, as long as these files are ignored in `.gitignore' it
does not matter where we write them.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|